Basic lua: Tables

From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 16:19, 22 September 2014 by AFRLme (talk) (Created page with "Tables are one of the features of Lua script, that make the scripting language so dynamic & easy to use, as they allow us to easily create tables, insert, remove & sort data....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Tables are one of the features of Lua script, that make the scripting language so dynamic & easy to use, as they allow us to easily create tables, insert, remove & sort data. Tables are often comprised of arrays that usually involve keywords - or an index number - & a value. Tables can be accessed using multiple different methods.

< Index >