MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / clearServerList

Function clearServerList

engine/source/network/serverQuery.cc:718–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716//-----------------------------------------------------------------------------
717
718void clearServerList()
719{
720 gPacketStatusList.clear();
721 gServerList.clear();
722 gFinishedList.clear();
723 gPingList.clear();
724 gQueryList.clear();
725 gServerPingCount = gServerQueryCount = 0;
726
727 gPingSession++;
728}
729
730//-----------------------------------------------------------------------------
731

Callers 3

queryLanServersFunction · 0.85
queryMasterServerFunction · 0.85
queryFavoriteServersFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected