Category: Objects
/ Properties
Since engine version: 5.3 OC
GetProperties
Description
Returns the names of all properties of
object.Syntax
array GetProperties(proplist object);
Parameter
- object:
- [opt] Object to request property from,
nilin local calls.
Example
GetProperties({foo = 1, bar = 2}) == ["bar", "foo"]
See also: SetProperty
See also: GetProperty


