GDK๏
Inherits: Object
Native Xbox GDK runtime singleton for Xbox on PC.
Description๏
Access via Engine.get_singleton("GDK"). Provides Xbox Game Runtime initialization, task-queue dispatch, and Xbox Live service namespaces.
Methods๏
initialize(config: Variant = null) |
|
void |
shutdown() |
dispatch() |
Method Descriptions๏
GDKResult initialize(config: Variant = null) ๐
Initializes the GDK runtime and shared task queue.
void shutdown() ๐
Shuts down the active GDK session (process-lifetime runtime remains until exit).
Returns true when this build was compiled with GDK support.
Returns true after a successful initialize() call.
Pumps the GDK completion port; call each frame or enable gdk/runtime/embed_dispatch.