Node::GetController
Defined in:
Returns a node's controller.
C4Node.h
Prototype
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