C4 Engine
C4 Engine API Documentation

Node::GetController

Defined in:  C4Node.h
Returns a node's controller.
Prototype

Controller *GetController(voidconst;

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

Controller

Node::SetController