opengsq.responses.doom3 package

Submodules

opengsq.responses.doom3.status module

class opengsq.responses.doom3.status.Status(info: dict[str, str], players: list[dict[str, int | str]])

Bases: object

Represents the server status.

info: dict[str, str]

Server’s info.

players: list[dict[str, int | str]]

Server’s players.

Module contents