Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/
H A Dspells.h160 int calcSpellCost(int spellId, int expenseFactor) const;
H A Dspells.cpp45 int Spells::calcSpellCost(int spellId, int expenseFactor) const { in calcSpellCost() function in Xeen::Spells
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/
H A Dspells.h160 int calcSpellCost(int spellId, int expenseFactor) const;
H A Dspells.cpp52 int Spells::calcSpellCost(int spellId, int expenseFactor) const { in calcSpellCost() function in Xeen::Spells
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/dialogs/
H A Ddialogs_spells.cpp192 int spellCost = spells.calcSpellCost(spellId, expenseFactor); in execute()
295 int cost = spells.calcSpellCost(Res.SPELLS_ALLOWED[category][idx], expenseFactor); in setSpellText()
311 int cost = spells.calcSpellCost(Res.SPELLS_ALLOWED[category][idx], expenseFactor); in setSpellText()
350 int cost = spells.calcSpellCost(Res.SPELLS_ALLOWED[category][idx], expenseFactor); in setSpellText()
366 int cost = spells.calcSpellCost(Res.SPELLS_ALLOWED[category][idx], expenseFactor); in setSpellText()
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/dialogs/
H A Ddialogs_spells.cpp192 int spellCost = spells.calcSpellCost(spellId, expenseFactor); in execute()
298 int cost = spells.calcSpellCost(Res.SPELLS_ALLOWED[category][idx], expenseFactor); in setSpellText()
314 int cost = spells.calcSpellCost(Res.SPELLS_ALLOWED[category][idx], expenseFactor); in setSpellText()
353 int cost = spells.calcSpellCost(Res.SPELLS_ALLOWED[category][idx], expenseFactor); in setSpellText()
369 int cost = spells.calcSpellCost(Res.SPELLS_ALLOWED[category][idx], expenseFactor); in setSpellText()