MCPcopy Create free account
hub / github.com/Segs/Segs / sendMissionObjectiveTimer

Function sendMissionObjectiveTimer

Projects/CoX/Servers/MapServer/DataHelpers.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void sendMissionObjectiveTimer(MapClientSession &sess, QString &message, float time)
201{
202 sess.addCommand<MissionObjectiveTimer>(message, time);
203}
204
205void sendServerMOTD(MapClientSession *tgt)
206{

Callers 2

cmdHandler_StartTimerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected