Table

An Array-like structure that can index any kind of Type. A Table can be indexed not only with numbers, but also with strings or any other value of the language, except nil.
See more on official Lua documentation: https://www.lua.org/pil/2.5.html




Back to Scripting API