Home
last modified time | relevance | path

Searched refs:SPELL_NAME (Results 1 – 10 of 10) sorted by relevance

/dports/games/avanor/avanor-0.5.8/magic/
H A Dmagic.h36 SPELL_NAME spell_name;
38 XSpell(SPELL_NAME spn);
39 SPELL_NAME GetSpellName() { return spell_name; } in GetSpellName()
47 static const char * GetName(SPELL_NAME spn);
66 void Learn(SPELL_NAME spell);
H A Dmagic.cpp171 XSpell::XSpell(SPELL_NAME spn) in XSpell()
178 const char * XSpell::GetName(SPELL_NAME spn) in GetName()
219 f->Write(&spell_name, sizeof(SPELL_NAME)); in Store()
227 f->Read(&spell_name, sizeof(SPELL_NAME)); in Restore()
333 void XMagic::Learn(SPELL_NAME spell) in Learn()
H A Dspelldef.h24 enum SPELL_NAME enum
/dports/games/avanor/avanor-0.5.8/item/
H A Dxbook.h47 BOOK_REC(int rarity, BOOK_NAME bn, SPELL_NAME sn);
50 SPELL_NAME spell_name;
H A Dxbook.cpp42 BOOK_REC::BOOK_REC(int _rarity, BOOK_NAME bn, SPELL_NAME sn) in BOOK_REC()
/dports/games/avanor/avanor-0.5.8/creature/
H A Danycr.h89 XQList<SPELL_NAME> spells;
132 static void Learn(SPELL_NAME spn);
H A Danycr.cpp205 for (XQList<SPELL_NAME>::iterator sp_it = cr->spells.begin(); sp_it != cr->spells.end(); sp_it++) in XAnyCreature()
357 void XCreatureStorage::Learn(SPELL_NAME spn) in Learn()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dclient_serv.h707 #define SPELL_NAME 48 macro
H A Dcounters.c1237 str[0] = SPELL_NAME; in increment_spell_counter()
H A Dspells.c1650 str[0]=SPELL_NAME; in process_network_spell()