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:...") |
|||
Line 1: | Line 1: | ||
− | This is a list of methods and fields supported on the system object. | + | This is a list of methods and fields supported on the <code>system</code> object. |
== Methods == | == Methods == |
Latest revision as of 11:29, 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) |