Table API

api.table

Method
Parameters
Returns
Description

table: table item: Any

table modified

Adds the item to the end of the table.

table: table index: integer

table modified

Removes an item from the table at the selected index.

table: table table: table

table modified

Combine one table with another, to form a single table.

Last updated