HU/table: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "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 examp...")
 
No edit summary
Line 10: Line 10:
* [http://www.lua.org/manual/5.1/manual.html#pdf-unpack unpack]
* [http://www.lua.org/manual/5.1/manual.html#pdf-unpack unpack]


==See also==
==Lásd még==
[http://www.lua.org/pil/2.5.html Tables at lua.org]
[http://www.lua.org/pil/2.5.html Tables at lua.org]


Line 18: Line 18:
[[DE:table]]
[[DE:table]]
[[RU:Table]]
[[RU:Table]]
==Fordította==
Surge

Revision as of 13:17, 19 July 2018

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.

Lásd még

Tables at lua.org

Fordította

Surge