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

Function cmdHandler_SendLocations

Projects/CoX/Servers/MapServer/SlashCommand.cpp:1248–1255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246}
1247
1248void cmdHandler_SendLocations(const QStringList &/*params*/, MapClientSession &sess)
1249{
1250 VisitLocation visitlocation;
1251 visitlocation.m_location_name = "Test1";
1252 visitlocation.m_pos = glm::vec3(-44, 0, 261);
1253
1254 sendLocation(sess, visitlocation);
1255}
1256
1257void cmdHandler_SendConsoleOutput(const QStringList &params, MapClientSession &sess)
1258{

Callers

nothing calls this directly

Calls 1

sendLocationFunction · 0.85

Tested by

no test coverage detected