C4 Engine Terathon Software C4 Engine API Documentation

• Controller System

API Links
Developer Links

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