Up to date

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

LobbyResult

Inherits: RefCounted < Object

A result from a LobbyResponse.

Description

A result from a LobbyResponse. Contains either nothing or error.

Properties

String

error

""

Methods

bool

has_error() const


Property Descriptions

String error = "" 🔗

Gets the error message.


Method Descriptions

bool has_error() const 🔗

Returns true if there is an error.