-
Notifications
You must be signed in to change notification settings - Fork 16
Next: GetGlobalInstance
Archie_UwU edited this page Aug 20, 2025
·
3 revisions
Returns a pointer to the instance representing the GameMaker global namespace.
AurieStatus GetGlobalInstance(
[out] CInstance** Instance
);A pointer to the buffer into which the address of the global instance is written. The contents of this buffer are guaranteed to be preserved if the function fails.
| Value | Description |
|---|---|
AURIE_SUCCESS |
The global instance pointer has been written into the buffer. |
AURIE_MODULE_INTERNAL_ERROR |
The internal function needed is unavailable. |
AURIE_OBJECT_NOT_FOUND |
The @@GlobalScope@@ function does not exist. |
| Criterium | Value |
|---|---|
| Minimum YYTK Version | 3.0.0 |
| Context | Engine-synchronous |