sim.writeCustomStringData

Deprecated. See properties instead

Synopsis

sim.writeCustomStringData(int objectHandle, string tagName, string/bytes data) sim.writeCustomStringData(int objectHandle, string tagName, string data)

Arguments

  • objectHandle: handle of the object where you want to store your data, sim.handle_scene, sim.handle_app or sim.handle_appstorage
  • tagName: string that identifies the data. An empty string removes all custom data
  • data: your custom data. If empty, the current data under the specified dataName is removed


See also: