sim.getPropertyInfo

Fetches information about a specific property

Synopsis

int type, int flags, string description = sim.getPropertyInfo(int target, string propertyName dict options = {}) int type, int flags, string description = sim.getPropertyInfo(int target, string propertyName map options = {})

Arguments

  • target: target item
  • propertyName: property name
  • options: an optional map. Set options.shortInfoTxt to true to fetch a short version of the description text

Return values

  • type: property type
  • flags: property flags
  • description: property description


See also: