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

Function queryFavoriteServers

Engine/source/app/net/serverQuery.cpp:595–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593//-----------------------------------------------------------------------------
594
595void queryFavoriteServers( U8 /*flags*/ )
596{
597 sgServerQueryActive = true;
598 clearServerList();
599 sActiveFilter.type = ServerFilter::Favorites;
600 pushServerFavorites();
601
602 Con::executef( "onServerQueryStatus", "start", "Query favorites...", "0" );
603 processPingsAndQueries( gPingSession );
604}
605
606//-----------------------------------------------------------------------------
607

Callers

nothing calls this directly

Calls 4

clearServerListFunction · 0.85
pushServerFavoritesFunction · 0.85
executefFunction · 0.85
processPingsAndQueriesFunction · 0.85

Tested by

no test coverage detected