C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

Node::GetFirstProperty

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

Property *GetFirstProperty(voidconst;

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

Node::GetProperty

Node::AddProperty

Property