Home
last modified time | relevance | path

Searched refs:spellName (Results 1 – 14 of 14) sorted by relevance

/dports/games/hs-scroll/scroll-1.20180421/
H A DTypes.hs124 { spellName :: SpellName function
134 a == b = (spellName a, spellIngredients a) == (spellName b, spellIngredients b)
137 compare a b = (spellName a, spellIngredients a) `compare` (spellName b, spellIngredients b)
H A DSpell.hs141 showMessage $ "You can now cast " ++ spellName newspell ++ " using " ++ invokeString [ingredient]
430 , pad maxspellname $ spellName s
434 maxspellname = maximum $ map (length . spellName) (S.toList allSpells)
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/semos/city/
H A DMagicTeacherNPC.java55 for (String spellName : spells) { in equipSpells()
56 Spell s = em.getSpell(spellName); in equipSpells()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Dhud.cpp393 std::string spellName = spell->mName; in setSelectedSpell() local
394 if (spellName != mSpellName && mSpellVisible) in setSelectedSpell()
397 mSpellName = spellName; in setSelectedSpell()
463 std::string spellName = "#{sNone}"; in unsetSelectedSpell() local
464 if (spellName != mSpellName && mSpellVisible) in unsetSelectedSpell()
467 mSpellName = spellName; in unsetSelectedSpell()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/rule/
H A DEntityManager.java160 boolean isSpell(String spellName); in isSpell() argument
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/rule/defaultruleset/
H A DDefaultEntityManager.java394 public boolean isSpell(String spellName) { in isSpell() argument
395 return nameToSpell.containsKey(spellName); in isSpell()
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/
H A DSpellbook.py346 spellName = spellsTable.GetValue (spellRow, "SPELL_RES_REF")
347 ms = GemRB.GetSpell (spellName, 1)
361 spells.append([spellName, spellType])
/dports/games/scourge/scourge/src/sqbinding/
H A Dsqcreature.cpp724 GET_STRING( spellName, 2000 ) in _castSpell()
727 cerr << "Will try to cast " << spellName << endl; in _castSpell()
730 if( !strcmp( spell->getName(), spellName ) ) { in _castSpell()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/spell/
H A Dspell_book.cpp88 const std::string & spellName = spell.GetName(); in SpellBookRedrawSpells() local
99 TextBox box( spellName, Font::SMALL, 80 ); in SpellBookRedrawSpells()
100 …box.Set( spellName + ( box.row() == 1 ? '\n' : ' ' ) + '[' + std::to_string( spellCost ) + ']', is… in SpellBookRedrawSpells()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/
H A DGameControl.h123 ieResRef spellName; variable
H A DGameControl.cpp81 spellName[0] = 0; in GameControl()
1816 snprintf(action->string0Parameter, sizeof(action->string0Parameter), "%.8s", spellName); in TryToCast()
1863 if (source != tgt && tgt->Untargetable(spellName)) { in TryToCast()
1883 snprintf(action->string0Parameter, sizeof(action->string0Parameter), "%.8s", spellName); in TryToCast()
2662 memset(spellName, 0, sizeof(ieResRef)); in SetupItemUse()
2682 memcpy(spellName, spellname, sizeof(ieResRef)); in SetupCasting()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/dialogs/
H A Ddialogs_spells.cpp199 const Common::String &spellName = spells._spellNames[spellId]; in execute() local
203 Common::String::format(Res.SPELL_INFO, spellName.c_str(), spellDesc.c_str()) : in execute()
204 Common::String::format(Res.SPELL_PURCHASE, spellDesc.c_str(), spellName.c_str(), spellCost); in execute()
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/dialogs/
H A Ddialogs_spells.cpp199 const Common::String &spellName = spells._spellNames[spellId]; in execute() local
203 Common::String::format(Res.SPELL_INFO, spellName.c_str(), spellDesc.c_str()) : in execute()
204 Common::String::format(Res.SPELL_PURCHASE, spellDesc.c_str(), spellName.c_str(), spellCost); in execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Doptlingu.cxx567 for(const OUString& spellName : aSpellNames) in SvxLinguData_Impl() local
570 aInfo.sSpellImplName = spellName; in SvxLinguData_Impl()