C4 Engine
C4 Engine API Documentation

FunctionRegistration::GetFunctionName

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

const char *GetFunctionName(voidconst;

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

FunctionRegistration::GetFunctionType