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๏ƒ

Dictionary

data

{}

String

host

""

String

id

""

String

lobby_name

""

int

max_players

0

bool

password_protected

false

int

players

0

bool

sealed

false

Dictionary

tags

{}


Property Descriptions๏ƒ

Dictionary data = {} ๐Ÿ”—

The lobby public data.


String host = "" ๐Ÿ”—

The host id of the lobby.


String id = "" ๐Ÿ”—

The id of the lobby.


String lobby_name = "" ๐Ÿ”—

The name of the lobby.


int max_players = 0 ๐Ÿ”—

  • 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 players = 0 ๐Ÿ”—

  • int get_players()

The number of players currently in the lobby.


bool sealed = false ๐Ÿ”—

Whether the lobby is sealed.


Dictionary tags = {} ๐Ÿ”—

The tags of the lobby. Used for listing lobbies to filter based on them.