C4 Engine Terathon Software C4 Engine API Documentation

• Controller System

API Links
Developer Links

ControllerRegistration::GetFirstFunctionRegistration

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

FunctionRegistration *GetFirstFunctionRegistration(void);

Description
The GetFirstFunctionRegistration function returns a pointer to the registration object corresponding to the first function registration for the controller type represented by the controller registration object. The entire list of registrations can be iterated by calling the MapElement::Next function on the returned object and continuing until nullptr is returned.
See Also

ControllerRegistration::FindFunctionRegistration