C4 Engine
C4 Engine API Documentation

FunctionRegistration::GetPreviousFunctionRegistration

Defined in:  C4Controller.h
Returns the next function registration.
Prototype

FunctionRegistration *GetPreviousFunctionRegistration(voidconst;

Description
The GetPreviousFunctionRegistration function returns the previous function registration in the set of functions for a controller. If this function is called for the first registration in the set, then the return value is nullptr.
See Also

FunctionRegistration::GetNextFunctionRegistration

ControllerRegistration::GetLastFunctionRegistration

ControllerRegistration::FindFunctionRegistration