sim.readCustomTableData

Reads custom table data that is stored inside of an object or the scene. Reads also custom table data for the application's currrent session

Synopsis

dict/list tableData = sim.readCustomTableData(int objectHandle, string tagName) table tableData = sim.readCustomTableData(int objectHandle, string tagName)

Arguments

  • objectHandle: handle of the object, or sim.handle_scene if the data is stored in the scene, or sim.handle_app if the data is stored in the application's current session.
  • tagName: string that identifies the data

Return values

  • tableData: the data, or an empty array if the custom data is not present


See also: