steam_server_info table reference - Stingray Lua API Reference

steam_server_info table reference

Description

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.

Data Members

connection_port : integer

The port that game clients use to connect to the server.

favorite : boolean

True if this server is one of the player's favorites.
A description of the game the server is playing.

ip_address : integer

The IP address of the server.

map : string

The map the server is playing on.

max_players : integer

The maximum allowed number of players on the server.

num_bots : integer

The number of bots (i.e simulated players) on this server.

num_players : integer

The current number of players on the server.

password : boolean

True if this server needs a password to join.

ping : integer

The estimated ping time to the server.

query_port : integer

The port used to ask the server for detailed information.

secure : boolean

True if this server is secure.

server_name : string

The game server name to display in the server browser list.

server_version : integer

The server version, as reported to Steam.

steam_id : integer

The Steam ID of the server.

tags : string

The game tags for the server.