AppId |
Steam AppId of S&box. |
CheatsEnabled |
|
IsConsoleApp |
True if running in a terminal like console, instead of a game window or editor. |
IsDebug |
|
IsDedicatedServer |
True if this is a dedicated server |
IsEditor |
True if running with the tools or editor attached |
IsFocused |
Is the game window in focus? |
IsHeadless |
True if running as a background task, or terminal, like a dedicated server. |
IsMicrophoneListening |
Returns true if the microphone is currently listening |
IsMicrophoneRecording |
Returns true if the microphone is currently listening and actually hearing/capturing sounds |
IsStandalone |
True if the game is running in standalone mode |
IsUnitTest |
True if we're running the engine as part of a unit test |
IsVR |
True if the game is running in VR mode |
LanguageCode |
The language code for the current language |
RenderSettings |
Allows access to the RenderSettings singleton, which contains settings related to rendering in the game.
You're only able to access this when in standalone mode. When accessing in the editor, or in sbox it will return null. |
Version |
The engine's version string |
VersionDate |
The date of this version, as a UTC datetime. |