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

Function clearServerList

Engine/source/app/net/serverQuery.cpp:862–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

DefineEngineFunctionFunction · 0.85
queryMasterServerFunction · 0.85
queryFavoriteServersFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected