Controller::GetTargetNode
Defined in:
Returns the node to which a controller is attached.
C4Controller.h
Prototype
Node *GetTargetNode(void) const;
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