![]() |
• World Manager |
|
API Links
Developer Links
|
Node::GetFirstPropertyDefined in:
Returns the first property directly attached to a node.
C4Node.hPrototype
Description
The GetFirstProperty function returns the first property directly attached to a node. All of the properties directly attached to a node can be iterated by repeated calling the ListElement::Next function on the returned pointer. If no properties are directly attached to a node, then the return value is nullptr.
See Also
|