Status: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (added bug)
m (added console command template)
Line 1: Line 1:
{{Console Command}}
The '''status''' [[ConCommand]] shows information about the server a client is connected to. The information that is shown is hostname, version, VAC security, map, the number of players in the server, and a detailed list of players. The detailed list of players includes userid, name, uniqueid, connection time, ping, loss, connection state, and IP address.
The '''status''' [[ConCommand]] shows information about the server a client is connected to. The information that is shown is hostname, version, VAC security, map, the number of players in the server, and a detailed list of players. The detailed list of players includes userid, name, uniqueid, connection time, ping, loss, connection state, and IP address.
----
----
Line 5: Line 6:
==See Also==
==See Also==
*[[Source Feature Requests and Bug Reports#status command|Status Command Nitpick]]
*[[Source Feature Requests and Bug Reports#status command|Status Command Nitpick]]
[[Category:Console Commands]]

Revision as of 16:58, 26 June 2023

Template:Console Command The status ConCommand shows information about the server a client is connected to. The information that is shown is hostname, version, VAC security, map, the number of players in the server, and a detailed list of players. The detailed list of players includes userid, name, uniqueid, connection time, ping, loss, connection state, and IP address.


Syntax: status

See Also