serverlist
Menu state library to query the master server list.
Methods
serverlist.AddCurrentServerToFavorites()
This is used internally - although you're able to use it you probably shouldn't.
Adds current server the player is on to their favorites.
serverlist.AddServerToFavorites( string address )
Adds the given server address to their favorites.
boolean serverlist.IsCurrentServerFavorite()
Returns true if the current server address is in their favorites.
Returns true if the given server address is in their favorites.
Queries a server for its information/ping.
Queries a server for its player list.
serverlist.RemoveServerFromFavorites( string address )
Removes the given server address from their favorites.