Game is a data source that gets information about the game.
| Name | Explanation | Type |
|---|---|---|
| FPS | The FPS the game is running at. | Number |
| Path | The path the game is running at. | String |
| System Date - Year | The system date's year component. | Number |
| System Date - Month | The system date's month component. | Number |
| System Date - Day | The system date's day component. | Number |
| System Time - Hour | The system time's hour component as a 24-hour clock. | Number |
| System Time - Minute | The system time's minute component. | Number |
| System Time - Second | The system time's second component. | Number |
| Last Logic Update Interval - Seconds | The interval between the last game logic update. | Number |
| Last Render Update Interval - Seconds | The interval between the last game render update. | Number |
| Game Time - Total Running - Seconds | The total amount of time the engine has been running. | Number |
| Master Volume - Music | The master volume of the engine for music. | Number |
| Master Volume - Sound Effect | The master volume of the engine for sound effect. | Number |
| Localization Index | The localization index used for strings. | Number |
| Localization Name | The localization name used for strings. | String |
| Name | Explanation | Type |
|---|---|---|
| Is Debugging | Whether or not the game is in debug mode. | Toggle |
| Is Release | Whether or not the game is in release mode. | Toggle |