Difference between revisions of "System Commands"
From The Official Visionaire Studio: Adventure Game Engine Wiki
(Created page with "This is a list of methods and fields supported on the system object. == Methods == {| class="ts" |- ! style="width:15%" | Function Name ! Description |- | System Command:...") |
(No difference)
|
Revision as of 11:10, 20 October 2023
This is a list of methods and fields supported on the system object.
Methods
Fields
| Field Name | Type | Description |
|---|---|---|
| cacheContents | (read-only) | |
| frameTime | (read-only) | |
| lastFrameTime | (read-only) | |
| memoryUsed | (read-only) | |
| pauseEngineUpdate | boolean | |
| pauseMainLoops | boolean | |
| pauseOnFocusLost | boolean | |
| savegamesCount | (read-only) | |
| savegamesScrollPos | (read-only) | |
| selectedSavegame | (read-only) | |
| vramUsed | (read-only) |