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.

LobbyPeer๏ƒ

Inherits: Resource < RefCounted < Object

Lobby information returned after a LobbyClient request that returns peers.

Description๏ƒ

Lobby information returned after a LobbyClient request that returns peers.

Properties๏ƒ

Dictionary

data

{}

bool

disconnected

false

String

id

""

int

order_id

-1

bool

ready

false

Dictionary

user_data

{}


Property Descriptions๏ƒ

Dictionary data = {} ๐Ÿ”—

Public data of the peer.


bool disconnected = false ๐Ÿ”—

  • bool is_disconnected()

Whether the peer is disconnected.


String id = "" ๐Ÿ”—

Identifier of the peer.


int order_id = -1 ๐Ÿ”—

  • int get_order_id()

Order when the peer joined the lobby server.


bool ready = false ๐Ÿ”—

Whether the peer is ready.


Dictionary user_data = {} ๐Ÿ”—

Public user data of the peer.