opengsq.responses.ut3 package

Submodules

opengsq.responses.ut3.status module

class opengsq.responses.ut3.status.Status(name: str, map: str, game_type: str, num_players: int, max_players: int, password_protected: bool, stats_enabled: bool, lan_mode: bool, players: List[Player], raw: dict[str, str | int | bool | list], mutators: List[str] = None, stock_mutators: List[str] = None, custom_mutators: List[str] = None)

Bases: Status

UT3-specific status response

mutators: List[str] = None
stock_mutators: List[str] = None
custom_mutators: List[str] = None

Module contents

class opengsq.responses.ut3.Status(name: str, map: str, game_type: str, num_players: int, max_players: int, password_protected: bool, stats_enabled: bool, lan_mode: bool, players: List[Player], raw: dict[str, str | int | bool | list], mutators: List[str] = None, stock_mutators: List[str] = None, custom_mutators: List[str] = None)

Bases: Status

UT3-specific status response

custom_mutators: List[str] = None
mutators: List[str] = None
stock_mutators: List[str] = None
name: str
map: str
game_type: str
num_players: int
max_players: int
password_protected: bool
stats_enabled: bool
lan_mode: bool
players: List[Player]
raw: dict[str, str | int | bool | list]