Metatables
Last updated
Was this helpful?
TFS uses lua as the scripting language. Lua contains a unique data type known as a "metatable". These metatables are lua's representation of Object Orientated Programming. Here we can find all the methods for the predefined "Objects" sent to lua.
Last updated
Was this helpful?
Was this helpful?