Home
last modified time | relevance | path

Searched refs:findSquadCenter (Results 1 – 2 of 2) sorted by relevance

/dports/games/dunelegacy/dunelegacy-0.96.4/include/players/
H A DQuantBot.h86 Coord findSquadCenter(int houseID);
/dports/games/dunelegacy/dunelegacy-0.96.4/src/players/
H A DQuantBot.cpp463 Coord squadCenterLocation = findSquadCenter(pObject->getOwner()->getHouseID()); in onDamage()
1581 Coord squadCenterLocation = findSquadCenter(getHouse()->getHouseID()); in attack()
1691 Coord QuantBot::findSquadCenter(int houseID) { in findSquadCenter() function in QuantBot
1775 Coord squadCenterLocation = findSquadCenter(getHouse()->getHouseID()); in checkAllUnits()