Interactor::GetInteractionNode
Defined in:
Returns the node currently engaged in interaction.
C4World.h
Prototype
Node *GetInteractionNode(void) const;
Description
The GetInteractionNode
function returns a pointer to the node that is currently engaged in interaction by a particular instance of the Interactor
class. If no node is currently engaged in interaction, then this function returns nullptr
.
See Also