C4 Engine
C4 Engine API Documentation

ControllerRegistration::GetControllerName

Defined in:  C4Controller.h
Returns the human-readable controller name.
Prototype

const char *GetControllerName(voidconst;

Description
The GetControllerName function returns the human-readable controller name for a particular controller registration. The controller name is established when the controller registration is constructed.
See Also

ControllerRegistration::GetControllerType