sim.getIntProperty

Fetches an int32 property

Synopsis

int propertyState = sim.getIntProperty(int target, string propertyName, dict options = {}) int propertyState = sim.getIntProperty(int target, string propertyName, map options = {})

Arguments

  • target: target item
  • propertyName: property name
  • options: an optional map. Set options.noError to true for silent errors

Return values

  • propertyState: property value


See also: