Skip to content

tableRemove

Ben edited this page Aug 16, 2022 · 1 revision

Remove an object from table

TRP3_API.utils.table.remove(table, object)

Arguments

  • table: A lua table
  • object: Object to remove from table

Returns

  • Returns true if object is found, else false
Clone this wiki locally