Home
last modified time | relevance | path

Searched refs:sendWantStopClear (Results 1 – 3 of 3) sorted by relevance

/dports/games/maxr/maxr-0.2.9/src/game/logic/
H A Dclientevents.h250 void sendWantStopClear (const cClient& client, const cVehicle& vehicle);
H A Dclientevents.cpp439 void sendWantStopClear (const cClient& client, const cVehicle& vehicle) in sendWantStopClear() function
/dports/games/maxr/maxr-0.2.9/src/game/data/units/
H A Dvehicle.cpp1569 sendWantStopClear (client, *this); in executeStopCommand()