Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dstat.hpp274 MONSTER_FORCE_PLAYER_ALLY, enumerator
H A Dactgeneral.cpp1704 entity->getStats()->monsterForceAllegiance = Stat::MONSTER_FORCE_PLAYER_ALLY; in handleTextSourceScript()
1723 entity->getStats()->monsterForceAllegiance = Stat::MONSTER_FORCE_PLAYER_ALLY; in handleTextSourceScript()
H A Dmod_tools.hpp650 Stat::MonsterForceAllegiance::MONSTER_FORCE_PLAYER_ALLY; in setStatsAndEquipmentToMonster()
H A Dentity.cpp10777 …if ( yourStats->monsterForceAllegiance == Stat::MONSTER_FORCE_PLAYER_ALLY || yourStats->monsterFor… in checkEnemy()
10788 …if ( myStats->monsterForceAllegiance == Stat::MONSTER_FORCE_PLAYER_ALLY || myStats->monsterForceAl… in checkEnemy()
11175 …if ( yourStats->monsterForceAllegiance == Stat::MONSTER_FORCE_PLAYER_ALLY || yourStats->monsterFor… in checkFriend()
11186 …if ( myStats->monsterForceAllegiance == Stat::MONSTER_FORCE_PLAYER_ALLY || myStats->monsterForceAl… in checkFriend()