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

Function clearServerList

Engine/source/app/net/serverQuery.cpp:861–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

859//-----------------------------------------------------------------------------
860
861void clearServerList()
862{
863 gPacketStatusList.clear();
864 gServerList.clear();
865 gFinishedList.clear();
866 gPingList.clear();
867 gQueryList.clear();
868 gServerPingCount = gServerQueryCount = 0;
869
870 gPingSession++;
871}
872
873//-----------------------------------------------------------------------------
874

Callers 3

DefineConsoleFunctionFunction · 0.85
queryMasterServerFunction · 0.85
queryFavoriteServersFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected