Get All
get_allFetches server info, player list, and rules from a GoldSrc game server in a single request, reducing round trips. Use this consolidated query instead of separate calls.
Instructions
Get server info, player list, and rules in one call. Use this instead of calling get_server_info, get_players, and get_rules separately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port number (default: 27015) | |
| address | Yes | IP address or hostname | |
| timeout | No | Request timeout in milliseconds (default: 3000) |