ModifierRegistration::GetModifierType
Defined in:
Returns the registered modifier type.
C4Modifiers.h
Prototype
ModifierType GetModifierType(void) const;
Description
The GetModifierType
function returns the modifier type for a particular modifier registration. The modifier type is established when the modifier registration is constructed.
See Also