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

Function queryFavoriteServers

engine/source/network/serverQuery.cc:503–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501//-----------------------------------------------------------------------------
502
503void queryFavoriteServers( U8 /*flags*/ )
504{
505 sgServerQueryActive = true;
506 clearServerList();
507 sActiveFilter.type = ServerFilter::Favorites;
508 pushServerFavorites();
509
510 Con::executef( 4, "onServerQueryStatus", "start", "Query favorites...", "0" );
511 processPingsAndQueries( gPingSession );
512}
513
514//-----------------------------------------------------------------------------
515

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