CGameEffectApplyEffect Class
Note
See CGameEffect<Effect> Methods for methods that are shared by all game effect classes. Only the additional methods specific to each class are documented here.
Methods
Name |
Description |
Constructor (additional constructor) creates a |
|
CGameEffectApplyEffect::CGameEffectApplyEffect
Constructor - creates a CGameEffectApplyEffect object
void CGameEffectApplyEffect::CGameEffectApplyEffect();
Remarks
Additional constructor for CGameEffectApplyEffect
CGameEffectApplyEffect::OnRemove
virtual void CGameEffectApplyEffect::OnRemove(CGameSprite* pSprite);
Parameters
CGameSprite* pSprite - pointer to game sprite object
Remarks