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

Function showMapXferList

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

Source from the content-addressed store, hash-verified

404}
405
406void showMapXferList(MapClientSession &sess, bool has_location, glm::vec3 &location, QString &name)
407{
408 sess.m_ent->m_is_using_mapmenu = true;
409 qCDebug(logSlashCommand) << "Showing MapXferList:" << name;
410 sess.addCommand<MapXferList>(has_location, location, name);
411}
412
413void sendFloatingInfo(MapClientSession &sess, QString &msg, FloatingInfoStyle style, float delay)
414{

Callers 1

showMapMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected