Node::GetNodeName
Defined in:
Returns the name of a node.
C4Node.h
Prototype
const char *GetNodeName(void) const;
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