Home
last modified time | relevance | path

Searched refs:clearNegativeEffects (Results 1 – 3 of 3) sorted by relevance

/dports/games/flare-engine/flare-engine-1.12/src/
H A DEffectManager.cpp471 clearNegativeEffects(); in addEffectInternal()
473 clearNegativeEffects(Effect::IMMUNITY_DAMAGE); in addEffectInternal()
475 clearNegativeEffects(Effect::IMMUNITY_SLOW); in addEffectInternal()
477 clearNegativeEffects(Effect::IMMUNITY_STUN); in addEffectInternal()
479 clearNegativeEffects(Effect::IMMUNITY_KNOCKBACK); in addEffectInternal()
566 void EffectManager::clearNegativeEffects(int type) { in clearNegativeEffects() function in EffectManager
H A DCampaignManager.cpp228 pc->stats.effects.clearNegativeEffects(); in restoreHPMP()
234 pc->stats.effects.clearNegativeEffects(); in restoreHPMP()
H A DEffectManager.h138 void clearNegativeEffects(int type = -1);