ControllerRegistration::GetControllerName
Defined in:
Returns the human-readable controller name.
C4Controller.h
Prototype
const char *GetControllerName(void) const;
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