Up to date
This page is up to date for Godot 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_host_name()
The name of the host 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.