Open Dev Kit Documentation :: General :: System Info
Root.SystemInfoVarious system-related properties and functions for managing system behavior and information
Functions
- Performance Tick ( Task Name String )
- Begins named performance counter; use PerformanceTock function to complete
- Performance Tock ( Task Name String ) Double
- Ends named performance counter and returns how long it has been since the last corresponding PerformanceTick function in seconds
- Scale Dpi ( Length Float ) Float
- Returns number with system's dpi factored (screen co-ordinates)
- Unscale Dpi ( Length Float ) Float
- Returns number with system's dpi inversely factored (logical co-ordinates)
- Get Object Event Script ( Object Abstract*, Event Nodes API Node* Array, Event Indices Integer Array, Create Boolean ) Script*
- Retrieves the event script associated with a specific object and event
Properties
- Cancel Default Event Behaviour Boolean
- system should suppress any standard behaviour for the event after the script completes
- Reset Event Timer Boolean
- system should ignore checking for events taking too long
- State System State
- current state of the system
- Test Instance Launched Counter Integer
- number of times an application has been tested this session
- Test Instance Started Counter Integer
- number of times an application has been tested and started this session
- Version Major Integer
- major version number of the system
- Version Minor Integer
- minor version number of the system
- Version Revision Integer
- revision version number of the system
- Version Build Integer
- build version number of the system
- Version Timestamp String
- timestamp of the system version
- Version String
- full version string of the system
- Dpi Integer
- DPI of the system
- Execution File String
- path to the executable file
- Tick Interval Double
- amount of time in seconds since the last engine tick; use Canvas' DrawInterval if using this in its Draw event
- App Name String
- name of the application being executed; overwritten by editor
- Loading Text String
- loading progress text
- Loading Progress Float
- loading progress percetnage value from 0.0 to 1.0
- Resources Resource' Array
- list of resources
If you think anything is missing, please feel free to: submit documentation feedback on this page
