![]() |
• Controller System | ||||||||||||||||||
|
API Links
Developer Links
|
class FunctionRegDefined in:
The C4Controller.hFunctionReg class represents a custom function type.
Definition
Template Parameters
Constructor
Parameters
Description
The FunctionReg template class is used to advertise the existence of a custom function type for a particular. type of controller. The World Manager uses a function registration to construct a custom function, and the Script Editor displays a list of register functions for the type of controller that each method operates on. The act of instantiating a FunctionReg object automatically registers the corresponding function type. The function type is unregistered when the FunctionReg object is destroyed.The flags parameter can be a combination (through logical OR) of the following values.
Base Classes
See Also
|