Up to date

This page is up to date for Godot 4.3. If you still find outdated information, please open an issue.

ViewLobbyResult

Inherits: RefCounted < Object

A result from a ViewLobbyResponse.

Description

A result from a ViewLobbyResponse. Contains either result or error.

Properties

String

error

""

LobbyInfo

lobby

Array[LobbyPeer]

peers

[]

Methods

bool

has_error() const


Property Descriptions

String error = "" 🔗

Gets the error message.


LobbyInfo lobby 🔗

Gets the lobby.


Array[LobbyPeer] peers = [] 🔗

Gets the peers.


Method Descriptions

bool has_error() const 🔗

Returns true if there is an error.