opengsq.responses.renegadex package

Submodules

opengsq.responses.renegadex.status module

class opengsq.responses.renegadex.status.Variables(player_limit: int, vehicle_limit: int, mine_limit: int, time_limit: int, passworded: bool, steam_required: bool, team_mode: int, spawn_crates: bool, game_type: int, ranked: bool)

Bases: object

player_limit: int
vehicle_limit: int
mine_limit: int
time_limit: int
passworded: bool
steam_required: bool
team_mode: int
spawn_crates: bool
game_type: int
ranked: bool
classmethod from_dict(data: dict[str, Any]) Variables
class opengsq.responses.renegadex.status.Status(name: str, map: str, port: int, players: int, game_version: str, variables: opengsq.responses.renegadex.status.Variables, raw: dict[str, Any])

Bases: object

name: str
map: str
port: int
players: int
game_version: str
variables: Variables
raw: dict[str, Any]
classmethod from_dict(data: dict[str, Any]) Status

Module contents