C4 Engine
C4 Engine API Documentation

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 repeatedly calling the MapElement::GetNextMapElement 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