Up to date
This page is up to date for Godot 4.3
.
If you still find outdated information, please open an issue.
ViewLobbyResponse¶
Inherits: RefCounted < Object
Response from a LobbyClient call.
Description¶
Response from a LobbyClient call. Await on finished signal to get the ViewLobbyResult.
Signals¶
finished(result: ViewLobbyResult) 🔗
Signal emitted when the request is finished.