sim.readCustomDataBlock

Deprecated. See sim.readCustomStringData and sim.readCustomBufferData instead

Synopsis

bytes customDataBlock = sim.readCustomDataBlock(int objectHandle, string tagName) buffer customDataBlock = sim.readCustomDataBlock(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

  • customDataBlock: the custom data block


See also: