C4 Engine
C4 Engine API Documentation

Controller::GetTargetNode

Defined in:  C4Controller.h
Returns the node to which a controller is attached.
Prototype

Node *GetTargetNode(voidconst;

Description
The GetTargetNode function returns the node to which a controller is attached. A controller is attached to a node using the Node::SetController function.
See Also

Node::SetController