Up to date
This page is up to date for Godot 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.
String get_id()
Identifier of the peer.
String get_peer_name()
Name of the peer.
bool is_ready()
Whether the peer is ready.