steam_server_info table reference - Stingray Lua API Reference
         
	
    
    
A table that contains the information about a game server in Steam. 
 An instance of this table is returned by
        stingray.SteamServerBrowser.server() to provide information about a single available server.
				|   | 
The port that game clients use to connect to the server.
 | 
 
				|   | 
True if this server is one of the player's favorites.
 | 
 
				|   | 
A description of the game the server is playing.
 | 
 
				|   | 
The IP address of the server.
 | 
 
				|   | 
The map the server is playing on.
 | 
 
				|   | 
The maximum allowed number of players on the server.
 | 
 
				|   | 
The number of bots (i.e simulated players) on this server.
 | 
 
				|   | 
The current number of players on the server.
 | 
 
				|   | 
True if this server needs a password to join.
 | 
 
				|   | 
The estimated ping time to the server.
 | 
 
				|   | 
The port used to ask the server for detailed information.
 | 
 
				|   | 
True if this server is secure.
 | 
 
				|   | 
The game server name to display in the server browser list.
 | 
 
				|   | 
The server version, as reported to Steam.
 | 
 
				|   | 
The Steam ID of the server.
 |