Category: Objects
/ Properties
Since engine version: 8.0 OC
GetPrototype
Description
When properties of a proplist are read and not set on that proplist, the property is looked up in the proplist's prototype(s). The immediate prototype is returned by this function.
Syntax
nil GetPrototype(proplist obj);
Parameter
- obj:
- [opt] The Object whose prototype is returned. Can be
nil
in local calls.
See also: SetPrototype