Up to date
This page is up to date for Godot 4.3
.
If you still find outdated information, please open an issue.
ListLobbyResult¶
Inherits: RefCounted < Object
A result from a ListLobbyResponse.
Description¶
A result from a ListLobbyResponse. Contains either result or error.
Properties¶
|
||
|
Methods¶
has_error() const |
Property Descriptions¶
String get_error()
Gets the error message.
Array[LobbyInfo] lobbies = []
🔗
Gets the lobbies.
Method Descriptions¶
Returns true if there is an error.