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๏
|
||
|
||
|
||
|
||
|
||
|
Property Descriptions๏
Dictionary data = {}
๐
Dictionary get_data()
Public data of the peer.
bool disconnected = false
๐
bool is_disconnected()
Whether the peer is disconnected.
String get_id()
Identifier of the peer.
int get_order_id()
Order when the peer joined the lobby server.
bool is_ready()
Whether the peer is ready.
Dictionary user_data = {}
๐
Dictionary get_user_data()
Public user data of the peer.