HU/table: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
A table is an array-like data storage type. They are mostly used for bigger data storage.
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]].<br />
Tables can be indexed not only with numbers but also with other data types, for example with strings and MTA [[elements]].<br />
Here is a list of every default table manipulation function present in Lua.
Itt egy lista az összes alapértelmezett táblázatkezelési funkciójának a Luából.


* [http://www.lua.org/manual/5.1/manual.html#pdf-table.concat table.concat]
* [http://www.lua.org/manual/5.1/manual.html#pdf-table.concat table.concat]

Revision as of 13:19, 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.
Itt egy lista az összes alapértelmezett táblázatkezelési funkciójának a Luából.

Lásd még

Tables at lua.org

Fordította

Surge