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

Function sendTeamLooking

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

Source from the content-addressed store, hash-verified

465}
466
467void sendTeamLooking(MapClientSession &sess)
468{
469 std::vector<LFGMember> list = g_lfg_list;
470
471 qCDebug(logLFG) << "Sending Team Looking to" << sess.m_ent->name();
472 sess.addCommand<TeamLooking>(list);
473}
474
475void sendTeamOffer(MapClientSession &src, MapClientSession &tgt)
476{

Callers 2

toggleLFGFunction · 0.85
cmdHandler_FindMemberFunction · 0.85

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected