Up to date
This page is up to date for Blazium 0.4.90 (4.3)
.
If you still find outdated information, please open an issue.
LobbyInfo๏
Inherits: Resource < RefCounted < Object
Lobby information returned after a LobbyClient request that returns a lobby.
Description๏
Lobby information returned after a LobbyClient request that returns a lobby.
Properties๏
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Property Descriptions๏
Dictionary data = {}
๐
Dictionary get_data()
The lobby public data.
String get_host()
The host id of the lobby.
String get_id()
The id of the lobby.
String get_lobby_name()
The name of the lobby.
int get_max_players()
The maximum number of players allowed in the lobby. 0 = unlimited
bool password_protected = false
๐
bool is_password_protected()
Whether the lobby is password protected.
int get_players()
The number of players currently in the lobby.
bool is_sealed()
Whether the lobby is sealed.
Dictionary tags = {}
๐
Dictionary get_tags()
The tags of the lobby. Used for listing lobbies to filter based on them.