OSSingleton._classBinding

Undocumented in source.
struct OSSingleton
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

_singleton
godot_object _singleton;
Undocumented in source.
_singletonName
char* _singletonName;
Undocumented in source.
alert
GodotMethod!(void, String, String) alert;
Undocumented in source.
canDraw
GodotMethod!(bool) canDraw;
Undocumented in source.
canUseThreads
GodotMethod!(bool) canUseThreads;
Undocumented in source.
centerWindow
GodotMethod!(void) centerWindow;
Undocumented in source.
closeMidiInputs
GodotMethod!(void) closeMidiInputs;
Undocumented in source.
delayMsec
GodotMethod!(void, long) delayMsec;
Undocumented in source.
delayUsec
GodotMethod!(void, long) delayUsec;
Undocumented in source.
dumpMemoryToFile
GodotMethod!(void, String) dumpMemoryToFile;
Undocumented in source.
dumpResourcesToFile
GodotMethod!(void, String) dumpResourcesToFile;
Undocumented in source.
execute
GodotMethod!(long, String, PoolStringArray, bool, Array) execute;
Undocumented in source.
findScancodeFromString
GodotMethod!(long, String) findScancodeFromString;
Undocumented in source.
getAudioDriverCount
GodotMethod!(long) getAudioDriverCount;
Undocumented in source.
getAudioDriverName
GodotMethod!(String, long) getAudioDriverName;
Undocumented in source.
getBorderlessWindow
GodotMethod!(bool) getBorderlessWindow;
Undocumented in source.
getClipboard
GodotMethod!(String) getClipboard;
Undocumented in source.
getCmdlineArgs
GodotMethod!(PoolStringArray) getCmdlineArgs;
Undocumented in source.
getConnectedMidiInputs
GodotMethod!(PoolStringArray) getConnectedMidiInputs;
Undocumented in source.
getCurrentScreen
GodotMethod!(long) getCurrentScreen;
Undocumented in source.
getDate
GodotMethod!(Dictionary, bool) getDate;
Undocumented in source.
getDatetime
GodotMethod!(Dictionary, bool) getDatetime;
Undocumented in source.
getDatetimeFromUnixTime
GodotMethod!(Dictionary, long) getDatetimeFromUnixTime;
Undocumented in source.
getDynamicMemoryUsage
GodotMethod!(long) getDynamicMemoryUsage;
Undocumented in source.
getEnvironment
GodotMethod!(String, String) getEnvironment;
Undocumented in source.
getExecutablePath
GodotMethod!(String) getExecutablePath;
Undocumented in source.
getExitCode
GodotMethod!(long) getExitCode;
Undocumented in source.
getLatinKeyboardVariant
GodotMethod!(String) getLatinKeyboardVariant;
Undocumented in source.
getLocale
GodotMethod!(String) getLocale;
Undocumented in source.
getModelName
GodotMethod!(String) getModelName;
Undocumented in source.
getName
GodotMethod!(String) getName;
Undocumented in source.
getPowerPercentLeft
GodotMethod!(long) getPowerPercentLeft;
Undocumented in source.
getPowerSecondsLeft
GodotMethod!(long) getPowerSecondsLeft;
Undocumented in source.
getPowerState
GodotMethod!(OS.PowerState) getPowerState;
Undocumented in source.
getProcessId
GodotMethod!(long) getProcessId;
Undocumented in source.
getProcessorCount
GodotMethod!(long) getProcessorCount;
Undocumented in source.
getRealWindowSize
GodotMethod!(Vector2) getRealWindowSize;
Undocumented in source.
getScancodeString
GodotMethod!(String, long) getScancodeString;
Undocumented in source.
getScreenCount
GodotMethod!(long) getScreenCount;
Undocumented in source.
getScreenDpi
GodotMethod!(long, long) getScreenDpi;
Undocumented in source.
getScreenOrientation
GodotMethod!(OS.ScreenOrientation) getScreenOrientation;
Undocumented in source.
getScreenPosition
GodotMethod!(Vector2, long) getScreenPosition;
Undocumented in source.
getScreenSize
GodotMethod!(Vector2, long) getScreenSize;
Undocumented in source.
getSplashTickMsec
GodotMethod!(long) getSplashTickMsec;
Undocumented in source.
getStaticMemoryPeakUsage
GodotMethod!(long) getStaticMemoryPeakUsage;
Undocumented in source.
getStaticMemoryUsage
GodotMethod!(long) getStaticMemoryUsage;
Undocumented in source.
getSystemDir
GodotMethod!(String, long) getSystemDir;
Undocumented in source.
getSystemTimeSecs
GodotMethod!(long) getSystemTimeSecs;
Undocumented in source.
getTicksMsec
GodotMethod!(long) getTicksMsec;
Undocumented in source.
getTicksUsec
GodotMethod!(long) getTicksUsec;
Undocumented in source.
getTime
GodotMethod!(Dictionary, bool) getTime;
Undocumented in source.
getTimeZoneInfo
GodotMethod!(Dictionary) getTimeZoneInfo;
Undocumented in source.
getUniqueId
GodotMethod!(String) getUniqueId;
Undocumented in source.
getUnixTime
GodotMethod!(long) getUnixTime;
Undocumented in source.
getUnixTimeFromDatetime
GodotMethod!(long, Dictionary) getUnixTimeFromDatetime;
Undocumented in source.
getUserDataDir
GodotMethod!(String) getUserDataDir;
Undocumented in source.
getVideoDriverCount
GodotMethod!(long) getVideoDriverCount;
Undocumented in source.
getVideoDriverName
GodotMethod!(String, long) getVideoDriverName;
Undocumented in source.
getVirtualKeyboardHeight
GodotMethod!(long) getVirtualKeyboardHeight;
Undocumented in source.
getWindowPerPixelTransparencyEnabled
GodotMethod!(bool) getWindowPerPixelTransparencyEnabled;
Undocumented in source.
getWindowPosition
GodotMethod!(Vector2) getWindowPosition;
Undocumented in source.
getWindowSafeArea
GodotMethod!(Rect2) getWindowSafeArea;
Undocumented in source.
getWindowSize
GodotMethod!(Vector2) getWindowSize;
Undocumented in source.
hasEnvironment
GodotMethod!(bool, String) hasEnvironment;
Undocumented in source.
hasFeature
GodotMethod!(bool, String) hasFeature;
Undocumented in source.
hasTouchscreenUiHint
GodotMethod!(bool) hasTouchscreenUiHint;
Undocumented in source.
hasVirtualKeyboard
GodotMethod!(bool) hasVirtualKeyboard;
Undocumented in source.
hideVirtualKeyboard
GodotMethod!(void) hideVirtualKeyboard;
Undocumented in source.
isDebugBuild
GodotMethod!(bool) isDebugBuild;
Undocumented in source.
isInLowProcessorUsageMode
GodotMethod!(bool) isInLowProcessorUsageMode;
Undocumented in source.
isKeepScreenOn
GodotMethod!(bool) isKeepScreenOn;
Undocumented in source.
isOkLeftAndCancelRight
GodotMethod!(bool) isOkLeftAndCancelRight;
Undocumented in source.
isScancodeUnicode
GodotMethod!(bool, long) isScancodeUnicode;
Undocumented in source.
isStdoutVerbose
GodotMethod!(bool) isStdoutVerbose;
Undocumented in source.
isUserfsPersistent
GodotMethod!(bool) isUserfsPersistent;
Undocumented in source.
isVsyncEnabled
GodotMethod!(bool) isVsyncEnabled;
Undocumented in source.
isWindowAlwaysOnTop
GodotMethod!(bool) isWindowAlwaysOnTop;
Undocumented in source.
isWindowFullscreen
GodotMethod!(bool) isWindowFullscreen;
Undocumented in source.
isWindowMaximized
GodotMethod!(bool) isWindowMaximized;
Undocumented in source.
isWindowMinimized
GodotMethod!(bool) isWindowMinimized;
Undocumented in source.
isWindowResizable
GodotMethod!(bool) isWindowResizable;
Undocumented in source.
kill
GodotMethod!(GodotError, long) kill;
Undocumented in source.
nativeVideoIsPlaying
GodotMethod!(bool) nativeVideoIsPlaying;
Undocumented in source.
nativeVideoPause
GodotMethod!(void) nativeVideoPause;
Undocumented in source.
nativeVideoPlay
GodotMethod!(GodotError, String, double, String, String) nativeVideoPlay;
Undocumented in source.
nativeVideoStop
GodotMethod!(void) nativeVideoStop;
Undocumented in source.
nativeVideoUnpause
GodotMethod!(void) nativeVideoUnpause;
Undocumented in source.
openMidiInputs
GodotMethod!(void) openMidiInputs;
Undocumented in source.
printAllResources
GodotMethod!(void, String) printAllResources;
Undocumented in source.
printAllTexturesBySize
GodotMethod!(void) printAllTexturesBySize;
Undocumented in source.
printResourcesByType
GodotMethod!(void, PoolStringArray) printResourcesByType;
Undocumented in source.
printResourcesInUse
GodotMethod!(void, bool) printResourcesInUse;
Undocumented in source.
requestAttention
GodotMethod!(void) requestAttention;
Undocumented in source.
setBorderlessWindow
GodotMethod!(void, bool) setBorderlessWindow;
Undocumented in source.
setClipboard
GodotMethod!(void, String) setClipboard;
Undocumented in source.
setCurrentScreen
GodotMethod!(void, long) setCurrentScreen;
Undocumented in source.
setExitCode
GodotMethod!(void, long) setExitCode;
Undocumented in source.
setIcon
GodotMethod!(void, Image) setIcon;
Undocumented in source.
setImePosition
GodotMethod!(void, Vector2) setImePosition;
Undocumented in source.
setKeepScreenOn
GodotMethod!(void, bool) setKeepScreenOn;
Undocumented in source.
setLowProcessorUsageMode
GodotMethod!(void, bool) setLowProcessorUsageMode;
Undocumented in source.
setScreenOrientation
GodotMethod!(void, long) setScreenOrientation;
Undocumented in source.
setThreadName
GodotMethod!(GodotError, String) setThreadName;
Undocumented in source.
setUseFileAccessSaveAndSwap
GodotMethod!(void, bool) setUseFileAccessSaveAndSwap;
Undocumented in source.
setUseVsync
GodotMethod!(void, bool) setUseVsync;
Undocumented in source.
setWindowAlwaysOnTop
GodotMethod!(void, bool) setWindowAlwaysOnTop;
Undocumented in source.
setWindowFullscreen
GodotMethod!(void, bool) setWindowFullscreen;
Undocumented in source.
setWindowMaximized
GodotMethod!(void, bool) setWindowMaximized;
Undocumented in source.
setWindowMinimized
GodotMethod!(void, bool) setWindowMinimized;
Undocumented in source.
setWindowPerPixelTransparencyEnabled
GodotMethod!(void, bool) setWindowPerPixelTransparencyEnabled;
Undocumented in source.
setWindowPosition
GodotMethod!(void, Vector2) setWindowPosition;
Undocumented in source.
setWindowResizable
GodotMethod!(void, bool) setWindowResizable;
Undocumented in source.
setWindowSize
GodotMethod!(void, Vector2) setWindowSize;
Undocumented in source.
setWindowTitle
GodotMethod!(void, String) setWindowTitle;
Undocumented in source.
shellOpen
GodotMethod!(GodotError, String) shellOpen;
Undocumented in source.
showVirtualKeyboard
GodotMethod!(void, String) showVirtualKeyboard;
Undocumented in source.

Meta