Skip to content

tableKeys

Ben edited this page Aug 16, 2022 · 1 revision

Returns the keys in a given table

TRP3_API.utils.table.keys(table)

Arguments

  • table: A lua table

Returns

  • keys: A table containing a list of keys from the input table
Clone this wiki locally