Category: Objects
/ Properties
Since engine version: 1.0 OC
SetProperty
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.
See also: GetProperty