C4 Engine
C4 Engine API Documentation

Node::GetPropertyObject

Defined in:  C4Node.h
Returns the property object attached to a node.
Prototype

PropertyObject *GetPropertyObject(voidconst;

Description
The GetPropertyObject function returns a pointer to the property object attached to a node. If there is no property object attached to a node, then the return value is nullptr. A node does not have a property object by default.
See Also

Node::SetPropertyObject

Node::GetSharedProperty

PropertyObject