Home
last modified time | relevance | path

Searched refs:withdrawGold (Results 1 – 9 of 9) sorted by relevance

/dports/games/opendungeons/OpenDungeons-0.7.1/source/rooms/
H A DRoomTreasury.h70 virtual int withdrawGold(int gold) override;
H A DRoom.h126 virtual int withdrawGold(int gold) in withdrawGold() function
H A DRoomTreasury.cpp355 int RoomTreasury::withdrawGold(int gold) in withdrawGold() function in RoomTreasury
/dports/games/opendungeons/OpenDungeons-0.7.1/source/creatureaction/
H A DCreatureActionGetFee.cpp61 int goldTaken = myTile->getCoveringRoom()->withdrawGold(creature.getGoldFee()); in handleGetFee()
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dplayer.cpp332 void Player::withdrawGold(int gold) in withdrawGold() function in Player
1667 looted->withdrawGold(subtracted); in doLootCity()
1840 withdrawGold(Armysetlist::getInstance()->getArmy(as, type)->getNewProductionCost()); in doCityBuyProduction()
2060 withdrawGold(getGold()); //empty the coffers! in doResign()
2494 withdrawGold(cost); in doRecruitHero()
3342 withdrawGold(cost); in doCityProducesArmy()
4159 victim->withdrawGold(gold); in doHeroUseItem()
H A Dplayer.h427 void withdrawGold(int gold);
H A Dstack.cpp473 p->withdrawGold((*it)->getUpkeep()); in payUpkeep()
H A Dgame.cpp816 defender->withdrawGold (amt); in looting_city()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/gamemap/
H A DGameMap.cpp2003 int goldTaken = room->withdrawGold(goldStillNeeded); in withdrawFromTreasuries()