Table

From Multi Theft Auto: Wiki

Jump to: navigation, search

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.

See also

Tables at lua.org

Personal tools