EffectRegistration::GetEffectType
Defined in: C4Effects.h
Returns the registered effect type.
Prototype
EffectType GetEffectType(void) const;
Description
The GetEffectType function returns the effect type for a particular effect registration. The effect type is established when the effect registration is constructed.
See Also
EffectRegistration::GetEffectName
|