opengsq.responses.satisfactory package
Submodules
opengsq.responses.satisfactory.status module
- class opengsq.responses.satisfactory.status.Status(state: int, num_players: int, max_players: int, name: str)
Bases:
object
Represents the status response.
- state: int
The state.
- num_players: int
The number of players currently connected to the server.
- max_players: int
The maximum number of players that can connect to the server.
- name: str
The name of the server.