![]() |
• Controller System | ||||||||||||||||||||||||
|
API Links
Developer Links
|
class MethodRegistrationDefined in:
The C4Methods.hMethodRegistration class manages internal registration information for a custom script method type.
Definition
Member Functions
Constructor
Parameters
Description
The MethodRegistration class is abstract and serves as the common base class for the template class MethodReg. A custom script method is registered with the engine by instantiating an object of type MethodReg<classType>, where classType is the type of the method subclass being registered.The flags parameter can be a combination (through logical OR) of the following values.
Base Classes
See Also
|