![]() |
• World Manager | ||||||||
|
API Links
Developer Links
|
class ModifierRegDefined in:
The C4Modifiers.hModifierReg class represents a custom modifier type.
Definition
Template Parameters
Constructor
Parameters
Description
The ModifierReg template class is used to advertise the existence of a custom modifier type. The World Manager uses a modifier registration to construct a custom modifier, and the World Editor examines a modifier registration to determine what type of instance a custom modifier can be assigned to. The act of instantiating a ModifierReg object automatically registers the corresponding modifier type. The modifier type is unregistered when the ModifierReg object is destroyed.No more than one modifier registration should be created for each distinct modifier type. Base Classes
See Also
|