Home
last modified time | relevance | path

Searched defs:spellbookType (Results 1 – 3 of 3) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dmonster_shadow.cpp1499 int spellbookType = getSpellbookFromSpellID(spell->ID); in shadowSpecialAbility() local
1538 int spellbookType = getSpellbookFromSpellID(spellsCanMimic[choosen]); in shadowSpecialAbility() local
H A Dentity.cpp15632 bool Entity::monsterHasSpellbook(int spellbookType) in monsterHasSpellbook()
/dports/games/barony/Barony-3.3.7/src/magic/
H A Dspell.cpp989 int getSpellIDFromSpellbook(int spellbookType) in getSpellIDFromSpellbook()