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ยถ

Dictionary

data

{}

String

id

""

String

peer_name

""

bool

ready

false


Property Descriptionsยถ

Dictionary data = {} ๐Ÿ”—

Public data of the peer.


String id = "" ๐Ÿ”—

Identifier of the peer.


String peer_name = "" ๐Ÿ”—

Name of the peer.


bool ready = false ๐Ÿ”—

Whether the peer is ready.