C4 Engine
C4 Engine API Documentation

Interactor::GetInteractionNode

Defined in:  C4World.h
Returns the node currently engaged in interaction.
Prototype

Node *GetInteractionNode(voidconst;

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

Interactor::SetInteractionProbe

Interactor::HandleInteractionEvent