opengsq.responses.nadeo package
Submodules
opengsq.responses.nadeo.status module
- class opengsq.responses.nadeo.status.Player(login: str, nickname: str, player_id: int, team_id: int, is_spectator: bool, ladder_ranking: int, flags: int)
Bases:
object
Represents a player on the server.
- login: str
- nickname: str
- player_id: int
- team_id: int
- is_spectator: bool
- ladder_ranking: int
- flags: int
- class opengsq.responses.nadeo.status.ServerOptions(name: str, comment: str, password: bool, max_players: int, max_spectators: int, current_game_mode: int, current_chat_time: int, hide_server: int, ladder_mode: int, vehicle_quality: int)
Bases:
object
Represents server configuration options.
- name: str
- comment: str
- password: bool
- max_players: int
- max_spectators: int
- current_game_mode: int
- current_chat_time: int
- hide_server: int
- ladder_mode: int
- vehicle_quality: int
- class opengsq.responses.nadeo.status.Version(name: str, version: str, build: str)
Bases:
object
Represents the server version information.
- name: str
- version: str
- build: str
- class opengsq.responses.nadeo.status.Status(version: 'Version', server_options: 'ServerOptions', players: 'list[Player]', map_info: 'MapInfo')
Bases:
object
- server_options: ServerOptions