C4 Engine
C4 Engine API Documentation

ControllerRegistration::FindFunctionRegistration

Defined in:  C4Controller.h
Returns a specific function registration.
Prototype

FunctionRegistration *FindFunctionRegistration(Type type);

Parameters
type The type of the subclass.
Description
The FindFunctionRegistration function returns a pointer to the registration object corresponding to the function type specified by the type parameter for the controller type represented by the controller registration object. If no such registration exists, then the return value is nullptr.
See Also

ControllerRegistration::GetFirstFunctionRegistration