Table: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 14: | Line 14: | ||
[[Category:Scripting Concepts]] | [[Category:Scripting Concepts]] | ||
[[DE:table]] |
Revision as of 11:07, 6 May 2013
A table is an array-like data storage type. They are mostly used for bigger data storage.
Tables can be indexed not only with numbers but also with other data types, for example with strings and MTA elements.
Here is a list of every default table manipulation function present in Lua.