Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DPlanet.h97 void AddBuilding(int building_id); ///< adds the building to the planet
H A DPlanet.cpp579 void Planet::AddBuilding(int building_id) { in AddBuilding() function in Planet
H A DEffects.cpp1466 location->AddBuilding(building->ID()); in Execute()
2496 dest_planet->AddBuilding(building->ID()); in Execute()
/dports/games/freeorion/freeorion-0.4.10.2/server/
H A DServerWrapper.cpp768 planet->AddBuilding(building->ID()); in CreateBuilding()
/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DEmpire.cpp1910 planet->AddBuilding(building->ID()); in CheckProductionProgress()