SetProperty
Category: Objects
/ Properties
Since engine version: 5.1 OC
Description
Sets the property key of obj to value. The property does not have to exist beforehand.
Syntax
bool SetProperty(string key, any value, proplist obj);
Parameters
- key:
[opt]
Property to be set.
- value:
[opt]
Value to set the property to.
- obj:
[opt]
Object to be changed. Can be nil in local calls.
Günther, 2009-05