Dev - Data Types - Table
A list of key-value-pairs. The keys are commonly Lua numbers or strings. The values can be of any type, including (nested) tables. In Lua it's represented by a table.
Table Parameters
When methods have table parameters you have to carefully check how these must be structured. Refer to the documentation of the method.
Table Return Values
When a method returns a table, it will be a Lua table. Refer to the documentation of the method to learn more about the structure of the returned table.