Home
last modified time | relevance | path

Searched defs:Spell (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/games/scourge/scourge/src/tools/
H A Ddfspells.h8 struct Spell struct
14 Spell(): name("spell"), area("single"), target(""), icon_x("1"),icon_y("1"), disposition("F") {} in Spell() argument
18 *this = Spell(); in Clear() argument
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Dspellmodel.hpp10 struct Spell struct
12 enum Type
19 Type mType;
20 std::string mName;
21 std::string mCostColumn; // Cost/chance or Cost/charge
22 std::string mId; // Item ID or spell ID
23 MWWorld::Ptr mItem; // Only for Type_EnchantedItem
24 int mCount; // Only for Type_EnchantedItem
25 … bool mSelected; // Is this the currently selected spell/item (only one can be selected at a time)
26 bool mActive; // (Items only) is the item equipped?
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/components/esm/
H A Dloadspel.hpp14 struct Spell struct
16 static unsigned int sRecordId;
18 static std::string getRecordType() { return "Spell"; } in getRecordType()
20 enum SpellType
30 enum Flags
37 struct SPDTstruct
44 SPDTstruct mData;
45 std::string mId, mName;
46 EffectList mEffects;
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/game/
H A Dspell.h78 struct Spell { struct
98 SpellProc _spellFunc; argument
108 static const Spell SPELL_LIST[N_SPELLS]; argument
/dports/games/keeperrl/keeperrl-alpha23/
H A Dspell_map.h20 class Spell; variable
H A Dspell.cpp43 Spell::Spell(const string& n, Effect e, int diff, SoundId s, CastMessageType msg) in Spell() function in Spell
47 Spell::Spell(const string& n, DirEffectType e, int diff, SoundId s, CastMessageType msg) in Spell() function in Spell
H A Dtechnology.h44 class Spell; variable
/dports/games/scummvm/scummvm-2.5.1/engines/griffon/
H A Dgriffon.h256 struct Spell { struct
257 int spellnum;
258 float homex;
259 float homey;
260 float enemyx;
261 float enemyy;
263 float frame;
269 int rockimg[9];
279 int nfballs;
280 int ballon[7];
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/entity/
H A DSpell.java15 public class Spell extends Entity { class
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/spell/
H A Dspell_info.h29 class Spell; variable
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/spell/
H A DSpell.java46 public abstract class Spell extends PassiveEntity implements EquipListener, Dateable { class
216 public Spell(final RPObject object) { in Spell() method in Spell
243 …public Spell( final String name, final Nature nature, final int amount, final int atk, final int c… in Spell() method in Spell
/dports/games/hs-scroll/scroll-1.20180421/Spell/
H A DEnum.hs1 module Spell.Enum where module
/dports/games/scourge/scourge/src/
H A Dspellcaster.h36 class Spell; variable
H A Dcavemaker.h36 class Spell; variable
H A Dhealdialog.h34 class Spell; variable
/dports/devel/ptlib/ptlib-2.10.11/include/ptclib/
H A Dptts.h61 Spell enumerator
/dports/games/opendungeons/OpenDungeons-0.7.1/source/spells/
H A DSpellManager.h32 class Spell; variable
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima1/spells/
H A Dspell.cpp32 Spell::Spell(Ultima1Game *game, Character *c, SpellId spellId) : _game(game), in Spell() function in Ultima::Ultima1::Spells::Spell
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscpaths.h17 typedef enum {Hyph, Spell} DictType; enumerator
/dports/graphics/gocr/gocr-0.52/bin/
H A Dgocr.tcl204 proc Spell {} { procedure
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/views/
H A Dspell_view_gump.h39 class Spell; variable
/dports/textproc/fcitx5/fcitx5-5.0.11/src/modules/spell/
H A Dspell.h43 class Spell; variable
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/
H A Ditem.h133 CSpell *Spell; variable
149 CSpell *Spell = nullptr; variable
/dports/science/gramps/gramps-5.1.4/gramps/gui/
H A Dspell.py89 class Spell: class
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/battle/
H A Dbattle_troop.h35 class Spell; variable

12345678