Up to date

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

AuthoritativeLobbyResponse

Inherits: RefCounted < Object

Response from a AuthoritativeLobbyClient.lobby_call call.

Description

Response from a AuthoritativeLobbyClient.lobby_call call. Await on finished signal to get the AuthoritativeLobbyResult.


Signals

finished(result: AuthoritativeLobbyResult) 🔗

Signal emitted when the request is finished.