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