Difference between revisions of "System Commands"

From The Official Visionaire Studio: Adventure Game Engine Wiki
 
Line 15: Line 15:
 
|-
 
|-
 
| [[System Command: controllerName|controllerName]]
 
| [[System Command: controllerName|controllerName]]
 +
|
 +
|-
 +
| [[System Command: getDisplayModes|getCondition]]
 
|
 
|
 
|-
 
|-

Latest revision as of 12:35, 9 June 2025

This is a list of methods and fields supported on the system object.

Methods

Function Name Description
controllerCount
controllerGuid
controllerName
getCondition
getDisplayModes
isVideoPlaying
joystickCount
joystickIsController
pauseAllSounds
pauseBackgroundMusic
pauseCurrentActions
pauseCurrentAnimations
registerActionPartHook
resumeAllActions
resumeAllAnimations
resumeAllSounds
resumeBackgroundMusic
skipCutscene
skipText
systemInfo


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)