Home
last modified time | relevance | path

Searched refs:remove_effects (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Djessyink_uninstall.py56 self.attr_remove("effectIn", self.options.remove_effects)
57 self.attr_remove("effectOut", self.options.remove_effects)
/dports/games/flare-engine/flare-engine-1.12/src/
H A DEffectManager.cpp538 void EffectManager::removeEffectID(const std::vector< std::pair<std::string, int> >& remove_effects in removeEffectID() argument
539 for (size_t i = 0; i < remove_effects.size(); i++) { in removeEffectID()
540 int count = remove_effects[i].second; in removeEffectID()
547 if (effect_list[j-1].id == remove_effects[i].first) { in removeEffectID()
H A DEffectManager.h136 void removeEffectID(const std::vector< std::pair<std::string, int> >& remove_effects);
H A DPowerManager.h306 std::vector< std::pair<std::string, int> > remove_effects; variable
H A DPowerManager.cpp166 , remove_effects() in Power()
873 powers[input_id].remove_effects.push_back(std::pair<std::string, int>(first, second)); in loadPowers()
1149 src_stats->effects.removeEffectID(powers[power_index].remove_effects); in buff()
H A DEntity.cpp598 stats.effects.removeEffectID(powers->powers[h.power_index].remove_effects); in takeHit()