![]() |
• World Manager | ||||||||||
|
API Links
Developer Links
|
class ModifierRegistrationDefined in:
The C4Modifiers.hModifierRegistration class manages internal registration information for a custom modifier type.
Definition
Member Functions
Constructor
Parameters
Description
The ModifierRegistration class is abstract and serves as the common base class for the template class ModifierReg. A custom modifier is registered with the engine by instantiating an object of type ModifierReg<classType>, where classType is the type of the modifier subclass being registered.
Base Classes
See Also
|