sim.readCustomDataTags

Reads the tags of all custom data that is stored inside of an object, the scene, the app, or the app's storage

Synopsis

list tags = sim.readCustomDataTags(int objectHandle) string[] tags = sim.readCustomDataTags(int objectHandle)

Arguments

  • objectHandle: handle of the object, sim.handle_scene, sim.handle_app or sim.handle_appstorage

Return values

  • tags: an array of tags


See also: