mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
docs: remove misleading source data references
This commit is contained in:
parent
21add425ba
commit
c7b8fa2053
1 changed files with 2 additions and 2 deletions
|
@ -67,9 +67,9 @@ The returned state object will contain the following keys:
|
|||
| **name** | string | Server name. |
|
||||
| **map** | string | Server map. |
|
||||
| **password** | boolean | If a password is required. |
|
||||
| **numplayers** | number | Number of players connected. Data via [A2S_INFO](https://developer.valvesoftware.com/wiki/Server_queries#A2S_INFO). |
|
||||
| **numplayers** | number | Number of players connected. |
|
||||
| **maxplayers** | number | Maximum number of connected players. |
|
||||
| **players** | array of objects | Note that this could be of a different length compared to **numplayers**. Data via [A2S_PLAYER](https://developer.valvesoftware.com/wiki/Server_queries#A2S_PLAYER). |
|
||||
| **players** | array of objects | Note that this could be of a different length compared to **numplayers**. |
|
||||
| **players.name** | string | If the player's name is unknown, the string will be empty. |
|
||||
| **players.raw** | object | Additional information about the player if available. |
|
||||
| **bots** | array of objects | Same schema as `players`. |
|
||||
|
|
Loading…
Reference in a new issue