Home
last modified time | relevance | path

Searched refs:monsterPathBoundaryXEnd (Results 1 – 5 of 5) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dentity_editor.cpp88 monsterPathBoundaryXEnd(skill[16]), in Entity()
H A Dentity.hpp184 Sint32& monsterPathBoundaryXEnd; //skill[16] member in Entity
H A Dmonster_shopkeeper.cpp44 for ( int x = my->monsterPathBoundaryXStart - 16; x <= my->monsterPathBoundaryXEnd + 16; x += 16 ) in initShopkeeper()
H A Dentity.cpp116 monsterPathBoundaryXEnd(skill[16]), in Entity()
15785 monsterPathBoundaryXEnd = x / 16; in createPathBoundariesNPC()
15837 monsterPathBoundaryXEnd = i; in createPathBoundariesNPC()
15853 monsterPathBoundaryXEnd = i; in createPathBoundariesNPC()
H A Dactmonster.cpp3919 if ( x << 4 >= my->monsterPathBoundaryXStart && x << 4 <= my->monsterPathBoundaryXEnd in actMonster()