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

Function queryFavoriteServers

Engine/source/app/net/serverQuery.cpp:596–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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