Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 261 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 261 Bytes

Metatables

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.