![]() |
• Controller System | ||||||||||||||||||||
|
API Links
Developer Links
|
class FunctionRegistrationDefined in:
The C4Controller.hFunctionRegistration class contains information about an application-defined controller function.
Definition
Member Functions
Constructor
Parameters
Description
The FunctionRegistration class is abstract and serves as the common base class for the template class FunctionReg. A custom function is registered with the engine by instantiating an object of type FunctionReg<classType>, where classType is the type of the function subclass being registered.The flags parameter can be a combination (through logical OR) of the following values.
Base Classes
See Also
FunctionReg
Function
Controller
ControllerRegistration
|