Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/
H A Dspells.h162 int calcSpellPoints(int spellId, int expenseFactor) const;
H A Dspells.cpp51 int Spells::calcSpellPoints(int spellId, int expenseFactor) const { in calcSpellPoints() function in Xeen::Spells
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/
H A Dspells.h162 int calcSpellPoints(int spellId, int expenseFactor) const;
H A Dspells.cpp58 int Spells::calcSpellPoints(int spellId, int expenseFactor) const { in calcSpellPoints() function in Xeen::Spells
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/dialogs/
H A Ddialogs_spells.cpp150 spells.calcSpellPoints(spellId, c->getCurrentLevel()), in execute()
387 int spCost = spells.calcSpellPoints(spellId, currLevel); in setSpellText()
481 int spCost = spells.calcSpellPoints(spellId, c->getCurrentLevel()); in execute()
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/dialogs/
H A Ddialogs_spells.cpp150 spells.calcSpellPoints(spellId, c->getCurrentLevel()), in execute()
394 int spCost = spells.calcSpellPoints(spellId, currLevel); in setSpellText()
488 int spCost = spells.calcSpellPoints(spellId, c->getCurrentLevel()); in execute()