Home
last modified time | relevance | path

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

/dports/games/maxr/maxr-0.2.9/src/game/data/base/
H A Dbase.cpp431 offlineStations[0]->ServerStartWork (server); in increaseEnergyProd()
436 offlineGenerators[0]->ServerStartWork (server); in increaseEnergyProd()
699 offlineStations[0]->ServerStartWork (server); in checkOil()
704 offlineGenerators[0]->ServerStartWork (server); in checkOil()
/dports/games/maxr/maxr-0.2.9/src/game/data/units/
H A Dbuilding.h181 void ServerStartWork (cServer& server);
H A Dbuilding.cpp678 void cBuilding::ServerStartWork (cServer& server) in ServerStartWork() function in cBuilding
/dports/games/maxr/maxr-0.2.9/src/game/logic/
H A Dserver.cpp558 building->ServerStartWork (*this); in handleNetMessage_GAME_EV_WANT_START_WORK()
1075 Building->ServerStartWork (*this); in handleNetMessage_GAME_EV_WANT_BUILDLIST()
1125 Building->ServerStartWork (*this); in handleNetMessage_GAME_EV_WANT_EXIT_FIN_VEH()
2472 addedBuilding.ServerStartWork (*this); in addBuilding()
3047 building->ServerStartWork (*this); in makeTurnStart()