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

Method addCommandToSendNextUpdate

Projects/CoX/Servers/MapServer/MapClientSession.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#include "Logging.h"
15
16void MapClientSession::addCommandToSendNextUpdate(std::unique_ptr<SEGSEvents::GameCommandEvent> &&v)
17{
18 m_contents.emplace_back(std::move(v));
19}
20
21void MapClientSession::AddShortcut(int index, NetCommand *command)
22{

Callers 11

sendChatMessageFunction · 0.80
cmdHandler_DialogFunction · 0.80
cmdHandler_SmileXFunction · 0.80
register_GenericTypesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected