Home
last modified time | relevance | path

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

/dports/games/maxr/maxr-0.2.9/src/game/logic/
H A Dserverevents.h54 GAME_EV_WANT_STOP_BUILDING, // a vehicle wants to stop building enumerator
H A Dclientevents.cpp356 auto message = std::make_unique<cNetMessage> (GAME_EV_WANT_STOP_BUILDING); in sendWantStopBuilding()
H A Dserver.cpp851 assert (message.iType == GAME_EV_WANT_STOP_BUILDING); in handleNetMessage_GAME_EV_WANT_STOP_BUILDING()
2087 case GAME_EV_WANT_STOP_BUILDING: handleNetMessage_GAME_EV_WANT_STOP_BUILDING (message); break; in handleNetMessage()
/dports/games/maxr/maxr-0.2.9/src/
H A Dnetmessage.cpp440 case GAME_EV_WANT_STOP_BUILDING: return "GAME_EV_WANT_STOP_BUILDING"; in getTypeAsString()