opengsq.responses.warcraft3 package

Submodules

opengsq.responses.warcraft3.status module

class opengsq.responses.warcraft3.status.Status(game_version: str, hostname: str, map_name: str, game_type: str, num_players: int, max_players: int, raw: Dict[str, Any])

Bases: object

Represents the status of a Warcraft 3 game server.

game_version: str
hostname: str
map_name: str
game_type: str
num_players: int
max_players: int
raw: Dict[str, Any]

Module contents

class opengsq.responses.warcraft3.Status(game_version: str, hostname: str, map_name: str, game_type: str, num_players: int, max_players: int, raw: Dict[str, Any])

Bases: object

Represents the status of a Warcraft 3 game server.

game_version: str
hostname: str
map_name: str
game_type: str
num_players: int
max_players: int
raw: Dict[str, Any]