opengsq.responses.killingfloor package

Submodules

opengsq.responses.killingfloor.status module

class opengsq.responses.killingfloor.status.Status(server_id: int, server_ip: str, game_port: int, query_port: int, server_name: str, map_name: str, game_type: str, num_players: int, max_players: int, ping: int, flags: int, skill: str, wave_current: int, wave_total: int)

Bases: Status

Represents the status of a server.

wave_current: int

The current wave number in a game.

wave_total: int

The total number of waves in a game.

Module contents