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