Home
last modified time | relevance | path

Searched refs:spellInList (Results 1 – 3 of 3) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/magic/
H A Dspell.cpp311 if ( spellInList(&spellList, new_spell) ) in addSpell()
1104 bool spellInList(list_t* list, spell_t* spell) in spellInList() function
H A Dmagic.hpp560 bool spellInList(list_t* list, spell_t* spell);
/dports/games/barony/Barony-3.3.7/src/
H A Dnet.cpp4042 if (spellInList(&channeledSpells[clientnum], thespell)) in clientHandlePacket()
4949 if (spellInList(&channeledSpells[client], thespell)) in serverHandlePacket()