C4 Engine
C4 Engine API Documentation

FunctionRegistration::GetNextFunctionRegistration

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

FunctionRegistration *GetNextFunctionRegistration(voidconst;

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

FunctionRegistration::GetPreviousFunctionRegistration

ControllerRegistration::GetFirstFunctionRegistration

ControllerRegistration::FindFunctionRegistration