Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
OS¶
Inherits: Object
Provides access to common operating system functionalities.
Description¶
This class wraps the most common functionalities for communicating with the host operating system, such as the video driver, delays, environment variables, execution of binaries, command line, etc.
Note: In Godot 4, OS functions related to window management were moved to the DisplayServer singleton.
Tutorials¶
Properties¶
|
||
|
||
|
Methods¶
void |
|
void |
|
void |
|
create_instance ( PackedStringArray arguments ) |
|
create_process ( String path, PackedStringArray arguments, bool open_console=false ) |
|
void |
delay_msec ( int msec ) const |
void |
delay_usec ( int usec ) const |