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