Home
last modified time | relevance | path

Searched refs:MagicSpell (Results 1 – 12 of 12) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/
H A Dspells.h34 enum MagicSpell { enum
68 void executeSpell(MagicSpell spellId);
172 int castSpell(Character *c, MagicSpell spellId);
H A Ddebugger.cpp68 MagicSpell spellId = (MagicSpell)_spellId; in update()
H A Dspells.cpp58 void Spells::executeSpell(MagicSpell spellId) { in executeSpell()
148 static const MagicSpell spells[74] = { in castItemSpell()
169 int Spells::castSpell(Character *c, MagicSpell spellId) { in castSpell()
H A Dcombat.cpp1585 spells.castSpell(c, (MagicSpell)Res.SPELLS_ALLOWED[c->getSpellsCategory()][c->_currentSpell]); in quickFight()
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/
H A Dspells.h34 enum MagicSpell { enum
68 void executeSpell(MagicSpell spellId);
172 int castSpell(Character *c, MagicSpell spellId);
H A Ddebugger.cpp68 MagicSpell spellId = (MagicSpell)_spellId; in onFrame()
H A Dspells.cpp65 void Spells::executeSpell(MagicSpell spellId) { in executeSpell()
156 static const MagicSpell spells[74] = { in castItemSpell()
177 int Spells::castSpell(Character *c, MagicSpell spellId) { in castSpell()
H A Dcombat.cpp1603 spells.castSpell(c, (MagicSpell)Res.SPELLS_ALLOWED[c->getSpellsCategory()][c->_currentSpell]); in quickFight()
/dports/games/scummvm/scummvm-2.5.1/devtools/create_xeen/
H A Dconstants.h29 enum MagicSpell { enum
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/create_xeen/
H A Dconstants.cpp35 enum MagicSpell { enum
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/dialogs/
H A Ddialogs_spells.cpp456 result = spells.castSpell(c, (MagicSpell)spellId); in show()
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/dialogs/
H A Ddialogs_spells.cpp463 result = spells.castSpell(c, (MagicSpell)spellId); in show()