sim.readCustomDataBlockTags

Reads the tags of all custom data that is stored inside of an object, a scene, or the application

Synopsis

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

Arguments

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

Return values

  • tags: an array of tags or None/nil if no tags are present


See also: