Node::GetController
Defined in:  
Returns a node's controller.
C4Node.hPrototype
Controller *GetController(void) const;
Description
The GetController function returns the Controller assigned to a node. If the node does not have a controller, then the return value is nullptr.
See Also
