C4 Engine
C4 Engine API Documentation

InputControl::GetInputControlAction

Defined in:  C4Input.h
Returns the action assigned to an input control.
Prototype

Action *GetInputControlAction(voidconst;

Description
The GetInputControlAction function returns a pointer to the Action object assigned to an input control. If no action is assigned to a control, then the return value is nullptr.
See Also

InputControl::SetInputControlAction

Action