simGetPropertyInfo

Fetches information about a specific property

C++ synopsis

int simGetPropertyInfo(long long target, const char* propertyName, SPropertyInfo* infos SPropertyOptions* options)

Arguments

  • target: target item
  • propertyName: property name
  • infos: information about the property (e.g. type, flags, description)
  • options: options, can be nullptr

Return

  • 1 in case of success


See also: