Up to date

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

AuthoritativeLobbyResult

Inherits: RefCounted < Object

A result from a AuthoritativeLobbyResponse.

Description

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

Properties

String

error

""

Methods

Variant

get_result() const

bool

has_error() const


Property Descriptions

String error = "" 🔗

Gets the error message.


Method Descriptions

Variant get_result() const 🔗

Result of the function call.


bool has_error() const 🔗

Returns true if there is an error.