C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

Node::GetNodeName

Defined in:  C4Node.h
Returns the name of a node.
Prototype

const char *GetNodeName(voidconst;

Description
The GetNodeName function returns a pointer to the name of a node. If the node does not have a name, then the return value is nullptr. (The name itself is stored in a property attached to the node.)
See Also

Node::SetNodeName