Home
last modified time | relevance | path

Searched refs:monsterLichAllyUID (Results 1 – 4 of 4) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dentity_editor.cpp85 monsterLichAllyUID(skill[17]), in Entity()
H A Dactmonster.cpp1878 my->monsterLichAllyUID = 0; in actMonster()
1885 else if ( lichAlly && my->monsterLichAllyUID == 0 ) in actMonster()
1887 my->monsterLichAllyUID = lichAlly->getUID(); in actMonster()
1897 my->monsterLichAllyUID = 0; in actMonster()
1904 else if ( lichAlly && my->monsterLichAllyUID == 0 ) in actMonster()
1906 my->monsterLichAllyUID = lichAlly->getUID(); in actMonster()
1970 if ( my->monsterLichAllyUID != 0 ) in actMonster()
1972 lichAlly = uidToEntity(my->monsterLichAllyUID); in actMonster()
2193 if ( my->monsterLichAllyUID != 0 ) in actMonster()
2195 lichAlly = uidToEntity(my->monsterLichAllyUID); in actMonster()
[all …]
H A Dentity.hpp245 Sint32& monsterLichAllyUID; //skill[17] used to track lich ally uid. member in Entity
H A Dentity.cpp113 monsterLichAllyUID(skill[17]), in Entity()