12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the OS.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_OS:
- OS
- ==
- **Inherits:** :ref:`Object<class_Object>`
- **Category:** Core
- Brief Description
- -----------------
- Operating System functions.
- Properties
- ----------
- +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`clipboard<class_OS_property_clipboard>` |
- +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`current_screen<class_OS_property_current_screen>` |
- +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`exit_code<class_OS_property_exit_code>` |
- +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`keep_screen_on<class_OS_property_keep_screen_on>` |
- +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`low_processor_usage_mode<class_OS_property_low_processor_usage_mode>` |
- +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------+
- | :ref:`ScreenOrientation<enum_OS_ScreenOrientation>` | :ref:`screen_orientation<class_OS_property_screen_orientation>` |
- +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`vsync_enabled<class_OS_property_vsync_enabled>` |
- +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`window_borderless<class_OS_property_window_borderless>` |
- +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`window_fullscreen<class_OS_property_window_fullscreen>` |
- +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`window_maximized<class_OS_property_window_maximized>` |
- +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`window_minimized<class_OS_property_window_minimized>` |
- +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`window_per_pixel_transparency_enabled<class_OS_property_window_per_pixel_transparency_enabled>` |
- +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------+
- | :ref:`Vector2<class_Vector2>` | :ref:`window_position<class_OS_property_window_position>` |
- +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`window_resizable<class_OS_property_window_resizable>` |
- +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------+
- | :ref:`Vector2<class_Vector2>` | :ref:`window_size<class_OS_property_window_size>` |
- +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------+
- Methods
- -------
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`alert<class_OS_method_alert>` **(** :ref:`String<class_String>` text, :ref:`String<class_String>` title="Alert!" **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`can_draw<class_OS_method_can_draw>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`can_use_threads<class_OS_method_can_use_threads>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`center_window<class_OS_method_center_window>` **(** **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`close_midi_inputs<class_OS_method_close_midi_inputs>` **(** **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`delay_msec<class_OS_method_delay_msec>` **(** :ref:`int<class_int>` msec **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`delay_usec<class_OS_method_delay_usec>` **(** :ref:`int<class_int>` usec **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`dump_memory_to_file<class_OS_method_dump_memory_to_file>` **(** :ref:`String<class_String>` file **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`dump_resources_to_file<class_OS_method_dump_resources_to_file>` **(** :ref:`String<class_String>` file **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`execute<class_OS_method_execute>` **(** :ref:`String<class_String>` path, :ref:`PoolStringArray<class_PoolStringArray>` arguments, :ref:`bool<class_bool>` blocking, :ref:`Array<class_Array>` output=[ ] **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`find_scancode_from_string<class_OS_method_find_scancode_from_string>` **(** :ref:`String<class_String>` string **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_audio_driver_count<class_OS_method_get_audio_driver_count>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`get_audio_driver_name<class_OS_method_get_audio_driver_name>` **(** :ref:`int<class_int>` driver **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`PoolStringArray<class_PoolStringArray>` | :ref:`get_cmdline_args<class_OS_method_get_cmdline_args>` **(** **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`PoolStringArray<class_PoolStringArray>` | :ref:`get_connected_midi_inputs<class_OS_method_get_connected_midi_inputs>` **(** **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`VideoDriver<enum_OS_VideoDriver>` | :ref:`get_current_video_driver<class_OS_method_get_current_video_driver>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Dictionary<class_Dictionary>` | :ref:`get_date<class_OS_method_get_date>` **(** :ref:`bool<class_bool>` utc=false **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Dictionary<class_Dictionary>` | :ref:`get_datetime<class_OS_method_get_datetime>` **(** :ref:`bool<class_bool>` utc=false **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Dictionary<class_Dictionary>` | :ref:`get_datetime_from_unix_time<class_OS_method_get_datetime_from_unix_time>` **(** :ref:`int<class_int>` unix_time_val **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_dynamic_memory_usage<class_OS_method_get_dynamic_memory_usage>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`get_environment<class_OS_method_get_environment>` **(** :ref:`String<class_String>` environment **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`get_executable_path<class_OS_method_get_executable_path>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Vector2<class_Vector2>` | :ref:`get_ime_selection<class_OS_method_get_ime_selection>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`get_ime_text<class_OS_method_get_ime_text>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`get_latin_keyboard_variant<class_OS_method_get_latin_keyboard_variant>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`get_locale<class_OS_method_get_locale>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`get_model_name<class_OS_method_get_model_name>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`get_name<class_OS_method_get_name>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_power_percent_left<class_OS_method_get_power_percent_left>` **(** **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_power_seconds_left<class_OS_method_get_power_seconds_left>` **(** **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`PowerState<enum_OS_PowerState>` | :ref:`get_power_state<class_OS_method_get_power_state>` **(** **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_process_id<class_OS_method_get_process_id>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_processor_count<class_OS_method_get_processor_count>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Vector2<class_Vector2>` | :ref:`get_real_window_size<class_OS_method_get_real_window_size>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`get_scancode_string<class_OS_method_get_scancode_string>` **(** :ref:`int<class_int>` code **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_screen_count<class_OS_method_get_screen_count>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_screen_dpi<class_OS_method_get_screen_dpi>` **(** :ref:`int<class_int>` screen=-1 **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Vector2<class_Vector2>` | :ref:`get_screen_position<class_OS_method_get_screen_position>` **(** :ref:`int<class_int>` screen=-1 **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Vector2<class_Vector2>` | :ref:`get_screen_size<class_OS_method_get_screen_size>` **(** :ref:`int<class_int>` screen=-1 **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_splash_tick_msec<class_OS_method_get_splash_tick_msec>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_static_memory_peak_usage<class_OS_method_get_static_memory_peak_usage>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_static_memory_usage<class_OS_method_get_static_memory_usage>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`get_system_dir<class_OS_method_get_system_dir>` **(** :ref:`SystemDir<enum_OS_SystemDir>` dir **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_system_time_msecs<class_OS_method_get_system_time_msecs>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_system_time_secs<class_OS_method_get_system_time_secs>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_ticks_msec<class_OS_method_get_ticks_msec>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_ticks_usec<class_OS_method_get_ticks_usec>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Dictionary<class_Dictionary>` | :ref:`get_time<class_OS_method_get_time>` **(** :ref:`bool<class_bool>` utc=false **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Dictionary<class_Dictionary>` | :ref:`get_time_zone_info<class_OS_method_get_time_zone_info>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`get_unique_id<class_OS_method_get_unique_id>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_unix_time<class_OS_method_get_unix_time>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_unix_time_from_datetime<class_OS_method_get_unix_time_from_datetime>` **(** :ref:`Dictionary<class_Dictionary>` datetime **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`get_user_data_dir<class_OS_method_get_user_data_dir>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_video_driver_count<class_OS_method_get_video_driver_count>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`get_video_driver_name<class_OS_method_get_video_driver_name>` **(** :ref:`VideoDriver<enum_OS_VideoDriver>` driver **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_virtual_keyboard_height<class_OS_method_get_virtual_keyboard_height>` **(** **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Rect2<class_Rect2>` | :ref:`get_window_safe_area<class_OS_method_get_window_safe_area>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`has_environment<class_OS_method_has_environment>` **(** :ref:`String<class_String>` environment **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`has_feature<class_OS_method_has_feature>` **(** :ref:`String<class_String>` tag_name **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`has_touchscreen_ui_hint<class_OS_method_has_touchscreen_ui_hint>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`has_virtual_keyboard<class_OS_method_has_virtual_keyboard>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`hide_virtual_keyboard<class_OS_method_hide_virtual_keyboard>` **(** **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_debug_build<class_OS_method_is_debug_build>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_ok_left_and_cancel_right<class_OS_method_is_ok_left_and_cancel_right>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_scancode_unicode<class_OS_method_is_scancode_unicode>` **(** :ref:`int<class_int>` code **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_stdout_verbose<class_OS_method_is_stdout_verbose>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_userfs_persistent<class_OS_method_is_userfs_persistent>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_window_always_on_top<class_OS_method_is_window_always_on_top>` **(** **)** const |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`kill<class_OS_method_kill>` **(** :ref:`int<class_int>` pid **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`move_window_to_foreground<class_OS_method_move_window_to_foreground>` **(** **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`native_video_is_playing<class_OS_method_native_video_is_playing>` **(** **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`native_video_pause<class_OS_method_native_video_pause>` **(** **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`native_video_play<class_OS_method_native_video_play>` **(** :ref:`String<class_String>` path, :ref:`float<class_float>` volume, :ref:`String<class_String>` audio_track, :ref:`String<class_String>` subtitle_track **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`native_video_stop<class_OS_method_native_video_stop>` **(** **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`native_video_unpause<class_OS_method_native_video_unpause>` **(** **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`open_midi_inputs<class_OS_method_open_midi_inputs>` **(** **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`print_all_resources<class_OS_method_print_all_resources>` **(** :ref:`String<class_String>` tofile="" **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`print_all_textures_by_size<class_OS_method_print_all_textures_by_size>` **(** **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`print_resources_by_type<class_OS_method_print_resources_by_type>` **(** :ref:`PoolStringArray<class_PoolStringArray>` types **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`print_resources_in_use<class_OS_method_print_resources_in_use>` **(** :ref:`bool<class_bool>` short=false **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`request_attention<class_OS_method_request_attention>` **(** **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`request_permission<class_OS_method_request_permission>` **(** :ref:`String<class_String>` name **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_icon<class_OS_method_set_icon>` **(** :ref:`Image<class_Image>` icon **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_ime_active<class_OS_method_set_ime_active>` **(** :ref:`bool<class_bool>` active **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_ime_position<class_OS_method_set_ime_position>` **(** :ref:`Vector2<class_Vector2>` position **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`set_thread_name<class_OS_method_set_thread_name>` **(** :ref:`String<class_String>` name **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_use_file_access_save_and_swap<class_OS_method_set_use_file_access_save_and_swap>` **(** :ref:`bool<class_bool>` enabled **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_window_always_on_top<class_OS_method_set_window_always_on_top>` **(** :ref:`bool<class_bool>` enabled **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_window_title<class_OS_method_set_window_title>` **(** :ref:`String<class_String>` title **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`shell_open<class_OS_method_shell_open>` **(** :ref:`String<class_String>` uri **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`show_virtual_keyboard<class_OS_method_show_virtual_keyboard>` **(** :ref:`String<class_String>` existing_text="" **)** |
- +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- Enumerations
- ------------
- .. _enum_OS_VideoDriver:
- .. _class_OS_constant_VIDEO_DRIVER_GLES2:
- .. _class_OS_constant_VIDEO_DRIVER_GLES3:
- enum **VideoDriver**:
- - **VIDEO_DRIVER_GLES2** = **1** --- The GLES2 rendering backend. It uses OpenGL ES 2.0 on mobile devices, OpenGL 2.1 on desktop platforms and WebGL 1.0 on the web.
- - **VIDEO_DRIVER_GLES3** = **0** --- The GLES3 rendering backend. It uses OpenGL ES 3.0 on mobile devices, OpenGL 3.3 on desktop platforms and WebGL 2.0 on the web.
- .. _enum_OS_Weekday:
- .. _class_OS_constant_DAY_SUNDAY:
- .. _class_OS_constant_DAY_MONDAY:
- .. _class_OS_constant_DAY_TUESDAY:
- .. _class_OS_constant_DAY_WEDNESDAY:
- .. _class_OS_constant_DAY_THURSDAY:
- .. _class_OS_constant_DAY_FRIDAY:
- .. _class_OS_constant_DAY_SATURDAY:
- enum **Weekday**:
- - **DAY_SUNDAY** = **0** --- Sunday.
- - **DAY_MONDAY** = **1** --- Monday.
- - **DAY_TUESDAY** = **2** --- Tuesday.
- - **DAY_WEDNESDAY** = **3** --- Wednesday.
- - **DAY_THURSDAY** = **4** --- Thursday.
- - **DAY_FRIDAY** = **5** --- Friday.
- - **DAY_SATURDAY** = **6** --- Saturday.
- .. _enum_OS_Month:
- .. _class_OS_constant_MONTH_JANUARY:
- .. _class_OS_constant_MONTH_FEBRUARY:
- .. _class_OS_constant_MONTH_MARCH:
- .. _class_OS_constant_MONTH_APRIL:
- .. _class_OS_constant_MONTH_MAY:
- .. _class_OS_constant_MONTH_JUNE:
- .. _class_OS_constant_MONTH_JULY:
- .. _class_OS_constant_MONTH_AUGUST:
- .. _class_OS_constant_MONTH_SEPTEMBER:
- .. _class_OS_constant_MONTH_OCTOBER:
- .. _class_OS_constant_MONTH_NOVEMBER:
- .. _class_OS_constant_MONTH_DECEMBER:
- enum **Month**:
- - **MONTH_JANUARY** = **1** --- January.
- - **MONTH_FEBRUARY** = **2** --- February.
- - **MONTH_MARCH** = **3** --- March.
- - **MONTH_APRIL** = **4** --- April.
- - **MONTH_MAY** = **5** --- May.
- - **MONTH_JUNE** = **6** --- June.
- - **MONTH_JULY** = **7** --- July.
- - **MONTH_AUGUST** = **8** --- August.
- - **MONTH_SEPTEMBER** = **9** --- September.
- - **MONTH_OCTOBER** = **10** --- October.
- - **MONTH_NOVEMBER** = **11** --- November.
- - **MONTH_DECEMBER** = **12** --- December.
- .. _enum_OS_ScreenOrientation:
- .. _class_OS_constant_SCREEN_ORIENTATION_LANDSCAPE:
- .. _class_OS_constant_SCREEN_ORIENTATION_PORTRAIT:
- .. _class_OS_constant_SCREEN_ORIENTATION_REVERSE_LANDSCAPE:
- .. _class_OS_constant_SCREEN_ORIENTATION_REVERSE_PORTRAIT:
- .. _class_OS_constant_SCREEN_ORIENTATION_SENSOR_LANDSCAPE:
- .. _class_OS_constant_SCREEN_ORIENTATION_SENSOR_PORTRAIT:
- .. _class_OS_constant_SCREEN_ORIENTATION_SENSOR:
- enum **ScreenOrientation**:
- - **SCREEN_ORIENTATION_LANDSCAPE** = **0** --- Landscape screen orientation.
- - **SCREEN_ORIENTATION_PORTRAIT** = **1** --- Portrait screen orientation.
- - **SCREEN_ORIENTATION_REVERSE_LANDSCAPE** = **2** --- Reverse landscape screen orientation.
- - **SCREEN_ORIENTATION_REVERSE_PORTRAIT** = **3** --- Reverse portrait screen orientation.
- - **SCREEN_ORIENTATION_SENSOR_LANDSCAPE** = **4** --- Uses landscape or reverse landscape based on the hardware sensor.
- - **SCREEN_ORIENTATION_SENSOR_PORTRAIT** = **5** --- Uses portrait or reverse portrait based on the hardware sensor.
- - **SCREEN_ORIENTATION_SENSOR** = **6** --- Uses most suitable orientation based on the hardware sensor.
- .. _enum_OS_SystemDir:
- .. _class_OS_constant_SYSTEM_DIR_DESKTOP:
- .. _class_OS_constant_SYSTEM_DIR_DCIM:
- .. _class_OS_constant_SYSTEM_DIR_DOCUMENTS:
- .. _class_OS_constant_SYSTEM_DIR_DOWNLOADS:
- .. _class_OS_constant_SYSTEM_DIR_MOVIES:
- .. _class_OS_constant_SYSTEM_DIR_MUSIC:
- .. _class_OS_constant_SYSTEM_DIR_PICTURES:
- .. _class_OS_constant_SYSTEM_DIR_RINGTONES:
- enum **SystemDir**:
- - **SYSTEM_DIR_DESKTOP** = **0** --- Desktop directory path.
- - **SYSTEM_DIR_DCIM** = **1** --- DCIM (Digital Camera Images) directory path.
- - **SYSTEM_DIR_DOCUMENTS** = **2** --- Documents directory path.
- - **SYSTEM_DIR_DOWNLOADS** = **3** --- Downloads directory path.
- - **SYSTEM_DIR_MOVIES** = **4** --- Movies directory path.
- - **SYSTEM_DIR_MUSIC** = **5** --- Music directory path.
- - **SYSTEM_DIR_PICTURES** = **6** --- Pictures directory path.
- - **SYSTEM_DIR_RINGTONES** = **7** --- Ringtones directory path.
- .. _enum_OS_PowerState:
- .. _class_OS_constant_POWERSTATE_UNKNOWN:
- .. _class_OS_constant_POWERSTATE_ON_BATTERY:
- .. _class_OS_constant_POWERSTATE_NO_BATTERY:
- .. _class_OS_constant_POWERSTATE_CHARGING:
- .. _class_OS_constant_POWERSTATE_CHARGED:
- enum **PowerState**:
- - **POWERSTATE_UNKNOWN** = **0** --- Unknown powerstate.
- - **POWERSTATE_ON_BATTERY** = **1** --- Unplugged, running on battery.
- - **POWERSTATE_NO_BATTERY** = **2** --- Plugged in, no battery available.
- - **POWERSTATE_CHARGING** = **3** --- Plugged in, battery charging.
- - **POWERSTATE_CHARGED** = **4** --- Plugged in, battery fully charged.
- Description
- -----------
- Operating System functions. OS Wraps the most common functionality to communicate with the host Operating System, such as: mouse grabbing, mouse cursors, clipboard, video mode, date and time, timers, environment variables, execution of binaries, command line, etc.
- Property Descriptions
- ---------------------
- .. _class_OS_property_clipboard:
- - :ref:`String<class_String>` **clipboard**
- +----------+----------------------+
- | *Setter* | set_clipboard(value) |
- +----------+----------------------+
- | *Getter* | get_clipboard() |
- +----------+----------------------+
- The clipboard from the host OS. Might be unavailable on some platforms.
- .. _class_OS_property_current_screen:
- - :ref:`int<class_int>` **current_screen**
- +----------+---------------------------+
- | *Setter* | set_current_screen(value) |
- +----------+---------------------------+
- | *Getter* | get_current_screen() |
- +----------+---------------------------+
- The current screen index (starting from 0).
- .. _class_OS_property_exit_code:
- - :ref:`int<class_int>` **exit_code**
- +----------+----------------------+
- | *Setter* | set_exit_code(value) |
- +----------+----------------------+
- | *Getter* | get_exit_code() |
- +----------+----------------------+
- The exit code passed to the OS when the main loop exits.
- .. _class_OS_property_keep_screen_on:
- - :ref:`bool<class_bool>` **keep_screen_on**
- +----------+---------------------------+
- | *Setter* | set_keep_screen_on(value) |
- +----------+---------------------------+
- | *Getter* | is_keep_screen_on() |
- +----------+---------------------------+
- If ``true``, the engine tries to keep the screen on while the game is running. Useful on mobile.
- .. _class_OS_property_low_processor_usage_mode:
- - :ref:`bool<class_bool>` **low_processor_usage_mode**
- +----------+-------------------------------------+
- | *Setter* | set_low_processor_usage_mode(value) |
- +----------+-------------------------------------+
- | *Getter* | is_in_low_processor_usage_mode() |
- +----------+-------------------------------------+
- If ``true``, the engine optimizes for low processor usage by only refreshing the screen if needed. Can improve battery consumption on mobile.
- .. _class_OS_property_screen_orientation:
- - :ref:`ScreenOrientation<enum_OS_ScreenOrientation>` **screen_orientation**
- +----------+-------------------------------+
- | *Setter* | set_screen_orientation(value) |
- +----------+-------------------------------+
- | *Getter* | get_screen_orientation() |
- +----------+-------------------------------+
- The current screen orientation.
- .. _class_OS_property_vsync_enabled:
- - :ref:`bool<class_bool>` **vsync_enabled**
- +----------+----------------------+
- | *Setter* | set_use_vsync(value) |
- +----------+----------------------+
- | *Getter* | is_vsync_enabled() |
- +----------+----------------------+
- If ``true``, vertical synchronization (Vsync) is enabled.
- .. _class_OS_property_window_borderless:
- - :ref:`bool<class_bool>` **window_borderless**
- +----------+------------------------------+
- | *Setter* | set_borderless_window(value) |
- +----------+------------------------------+
- | *Getter* | get_borderless_window() |
- +----------+------------------------------+
- If ``true``, removes the window frame.
- .. _class_OS_property_window_fullscreen:
- - :ref:`bool<class_bool>` **window_fullscreen**
- +----------+------------------------------+
- | *Setter* | set_window_fullscreen(value) |
- +----------+------------------------------+
- | *Getter* | is_window_fullscreen() |
- +----------+------------------------------+
- If ``true``, the window is fullscreen.
- .. _class_OS_property_window_maximized:
- - :ref:`bool<class_bool>` **window_maximized**
- +----------+-----------------------------+
- | *Setter* | set_window_maximized(value) |
- +----------+-----------------------------+
- | *Getter* | is_window_maximized() |
- +----------+-----------------------------+
- If ``true``, the window is maximized.
- .. _class_OS_property_window_minimized:
- - :ref:`bool<class_bool>` **window_minimized**
- +----------+-----------------------------+
- | *Setter* | set_window_minimized(value) |
- +----------+-----------------------------+
- | *Getter* | is_window_minimized() |
- +----------+-----------------------------+
- If ``true``, the window is minimized.
- .. _class_OS_property_window_per_pixel_transparency_enabled:
- - :ref:`bool<class_bool>` **window_per_pixel_transparency_enabled**
- +----------+--------------------------------------------------+
- | *Setter* | set_window_per_pixel_transparency_enabled(value) |
- +----------+--------------------------------------------------+
- | *Getter* | get_window_per_pixel_transparency_enabled() |
- +----------+--------------------------------------------------+
- .. _class_OS_property_window_position:
- - :ref:`Vector2<class_Vector2>` **window_position**
- +----------+----------------------------+
- | *Setter* | set_window_position(value) |
- +----------+----------------------------+
- | *Getter* | get_window_position() |
- +----------+----------------------------+
- The window position relative to the screen, the origin is the top left corner, +Y axis goes to the bottom and +X axis goes to the right.
- .. _class_OS_property_window_resizable:
- - :ref:`bool<class_bool>` **window_resizable**
- +----------+-----------------------------+
- | *Setter* | set_window_resizable(value) |
- +----------+-----------------------------+
- | *Getter* | is_window_resizable() |
- +----------+-----------------------------+
- If ``true``, the window is resizable by the user.
- .. _class_OS_property_window_size:
- - :ref:`Vector2<class_Vector2>` **window_size**
- +----------+------------------------+
- | *Setter* | set_window_size(value) |
- +----------+------------------------+
- | *Getter* | get_window_size() |
- +----------+------------------------+
- The size of the window (without counting window manager decorations).
- Method Descriptions
- -------------------
- .. _class_OS_method_alert:
- - void **alert** **(** :ref:`String<class_String>` text, :ref:`String<class_String>` title="Alert!" **)**
- Displays a modal dialog box utilizing the host OS.
- .. _class_OS_method_can_draw:
- - :ref:`bool<class_bool>` **can_draw** **(** **)** const
- Returns ``true`` if the host OS allows drawing.
- .. _class_OS_method_can_use_threads:
- - :ref:`bool<class_bool>` **can_use_threads** **(** **)** const
- Returns ``true`` if the current host platform is using multiple threads.
- .. _class_OS_method_center_window:
- - void **center_window** **(** **)**
- Centers the window on the screen if in windowed mode.
- .. _class_OS_method_close_midi_inputs:
- - void **close_midi_inputs** **(** **)**
- .. _class_OS_method_delay_msec:
- - void **delay_msec** **(** :ref:`int<class_int>` msec **)** const
- Delay execution of the current thread by given milliseconds.
- .. _class_OS_method_delay_usec:
- - void **delay_usec** **(** :ref:`int<class_int>` usec **)** const
- Delay execution of the current thread by given microseconds.
- .. _class_OS_method_dump_memory_to_file:
- - void **dump_memory_to_file** **(** :ref:`String<class_String>` file **)**
- Dumps the memory allocation ringlist to a file (only works in debug).
- Entry format per line: "Address - Size - Description".
- .. _class_OS_method_dump_resources_to_file:
- - void **dump_resources_to_file** **(** :ref:`String<class_String>` file **)**
- Dumps all used resources to file (only works in debug).
- Entry format per line: "Resource Type : Resource Location".
- At the end of the file is a statistic of all used Resource Types.
- .. _class_OS_method_execute:
- - :ref:`int<class_int>` **execute** **(** :ref:`String<class_String>` path, :ref:`PoolStringArray<class_PoolStringArray>` arguments, :ref:`bool<class_bool>` blocking, :ref:`Array<class_Array>` output=[ ] **)**
- Execute the file at the given path with the arguments passed as an array of strings. Platform path resolution will take place. The resolved file must exist and be executable.
- The arguments are used in the given order and separated by a space, so ``OS.execute('ping', ['-w', '3', 'godotengine.org'], false)`` will resolve to ``ping -w 3 godotengine.org`` in the system's shell.
- This method has slightly different behaviour based on whether the ``blocking`` mode is enabled.
- When ``blocking`` is enabled, the Godot thread will pause its execution while waiting for the process to terminate. The shell output of the process will be written to the ``output`` array as a single string. When the process terminates, the Godot thread will resume execution.
- When ``blocking`` is disabled, the Godot thread will continue while the new process runs. It is not possible to retrieve the shell output in non-blocking mode, so ``output`` will be empty.
- The return value also depends on the blocking mode. When blocking, the method will return -2 (no process ID information is available in blocking mode). When non-blocking, the method returns a process ID, which you can use to monitor the process (and potentially terminate it with :ref:`kill<class_OS_method_kill>`). If the process forking (non-blocking) or opening (blocking) fails, the method will return -1.
- Example of blocking mode and retrieving the shell output:
- ::
- var output = []
- OS.execute('ls', ['-l', '/tmp'], true, output)
- Example of non-blocking mode, running another instance of the project and storing its process ID:
- ::
- var pid = OS.execute(OS.get_executable_path(), [], false)
- If you wish to access a shell built-in or perform a composite command, a platform-specific shell can be invoked. For example:
- ::
- OS.execute('CMD.exe', ['/C', 'cd %TEMP% && dir'], true, output)
- .. _class_OS_method_find_scancode_from_string:
- - :ref:`int<class_int>` **find_scancode_from_string** **(** :ref:`String<class_String>` string **)** const
- Returns the scancode of the given string (e.g. "Escape")
- .. _class_OS_method_get_audio_driver_count:
- - :ref:`int<class_int>` **get_audio_driver_count** **(** **)** const
- Returns the total number of available audio drivers.
- .. _class_OS_method_get_audio_driver_name:
- - :ref:`String<class_String>` **get_audio_driver_name** **(** :ref:`int<class_int>` driver **)** const
- Returns the audio driver name for the given index.
- .. _class_OS_method_get_cmdline_args:
- - :ref:`PoolStringArray<class_PoolStringArray>` **get_cmdline_args** **(** **)**
- Returns the command line arguments passed to the engine.
- .. _class_OS_method_get_connected_midi_inputs:
- - :ref:`PoolStringArray<class_PoolStringArray>` **get_connected_midi_inputs** **(** **)**
- .. _class_OS_method_get_current_video_driver:
- - :ref:`VideoDriver<enum_OS_VideoDriver>` **get_current_video_driver** **(** **)** const
- Returns the currently used video driver, using one of the values from :ref:`VideoDriver<enum_OS_VideoDriver>`.
- .. _class_OS_method_get_date:
- - :ref:`Dictionary<class_Dictionary>` **get_date** **(** :ref:`bool<class_bool>` utc=false **)** const
- Returns current date as a dictionary of keys: year, month, day, weekday, dst (daylight savings time).
- .. _class_OS_method_get_datetime:
- - :ref:`Dictionary<class_Dictionary>` **get_datetime** **(** :ref:`bool<class_bool>` utc=false **)** const
- Returns current datetime as a dictionary of keys: year, month, day, weekday, dst (daylight savings time), hour, minute, second.
- .. _class_OS_method_get_datetime_from_unix_time:
- - :ref:`Dictionary<class_Dictionary>` **get_datetime_from_unix_time** **(** :ref:`int<class_int>` unix_time_val **)** const
- Get a dictionary of time values when given epoch time.
- Dictionary Time values will be a union of values from :ref:`get_time<class_OS_method_get_time>` and :ref:`get_date<class_OS_method_get_date>` dictionaries (with the exception of dst = day light standard time, as it cannot be determined from epoch).
- .. _class_OS_method_get_dynamic_memory_usage:
- - :ref:`int<class_int>` **get_dynamic_memory_usage** **(** **)** const
- Returns the total amount of dynamic memory used (only works in debug).
- .. _class_OS_method_get_environment:
- - :ref:`String<class_String>` **get_environment** **(** :ref:`String<class_String>` environment **)** const
- Returns an environment variable.
- .. _class_OS_method_get_executable_path:
- - :ref:`String<class_String>` **get_executable_path** **(** **)** const
- Returns the path to the current engine executable.
- .. _class_OS_method_get_ime_selection:
- - :ref:`Vector2<class_Vector2>` **get_ime_selection** **(** **)** const
- Returns IME selection range.
- .. _class_OS_method_get_ime_text:
- - :ref:`String<class_String>` **get_ime_text** **(** **)** const
- Returns IME intermediate text.
- .. _class_OS_method_get_latin_keyboard_variant:
- - :ref:`String<class_String>` **get_latin_keyboard_variant** **(** **)** const
- Returns the current latin keyboard variant as a String.
- Possible return values are: "QWERTY", "AZERTY", "QZERTY", "DVORAK", "NEO", "COLEMAK" or "ERROR".
- .. _class_OS_method_get_locale:
- - :ref:`String<class_String>` **get_locale** **(** **)** const
- Returns the host OS locale.
- .. _class_OS_method_get_model_name:
- - :ref:`String<class_String>` **get_model_name** **(** **)** const
- Returns the model name of the current device.
- .. _class_OS_method_get_name:
- - :ref:`String<class_String>` **get_name** **(** **)** const
- Returns the name of the host OS. Possible values are: "Android", "Haiku", "iOS", "HTML5", "OSX", "Server", "Windows", "UWP", "X11".
- .. _class_OS_method_get_power_percent_left:
- - :ref:`int<class_int>` **get_power_percent_left** **(** **)**
- Returns the amount of battery left in the device as a percentage.
- .. _class_OS_method_get_power_seconds_left:
- - :ref:`int<class_int>` **get_power_seconds_left** **(** **)**
- Returns the time in seconds before the device runs out of battery.
- .. _class_OS_method_get_power_state:
- - :ref:`PowerState<enum_OS_PowerState>` **get_power_state** **(** **)**
- Returns the current state of the device regarding battery and power. See ``POWERSTATE_*`` constants.
- .. _class_OS_method_get_process_id:
- - :ref:`int<class_int>` **get_process_id** **(** **)** const
- Returns the game process ID
- .. _class_OS_method_get_processor_count:
- - :ref:`int<class_int>` **get_processor_count** **(** **)** const
- Returns the number of cores available in the host machine.
- .. _class_OS_method_get_real_window_size:
- - :ref:`Vector2<class_Vector2>` **get_real_window_size** **(** **)** const
- Returns the window size including decorations like window borders.
- .. _class_OS_method_get_scancode_string:
- - :ref:`String<class_String>` **get_scancode_string** **(** :ref:`int<class_int>` code **)** const
- Returns the given scancode as a string (e.g. Return values: "Escape", "Shift+Escape").
- .. _class_OS_method_get_screen_count:
- - :ref:`int<class_int>` **get_screen_count** **(** **)** const
- Returns the number of displays attached to the host machine.
- .. _class_OS_method_get_screen_dpi:
- - :ref:`int<class_int>` **get_screen_dpi** **(** :ref:`int<class_int>` screen=-1 **)** const
- Returns the dots per inch density of the specified screen.
- On Android Devices, the actual screen densities are grouped into six generalized densities:
- ldpi - 120 dpi
- mdpi - 160 dpi
- hdpi - 240 dpi
- xhdpi - 320 dpi
- xxhdpi - 480 dpi
- xxxhdpi - 640 dpi
- .. _class_OS_method_get_screen_position:
- - :ref:`Vector2<class_Vector2>` **get_screen_position** **(** :ref:`int<class_int>` screen=-1 **)** const
- Returns the position of the specified screen by index. If no screen index is provided, the current screen will be used.
- .. _class_OS_method_get_screen_size:
- - :ref:`Vector2<class_Vector2>` **get_screen_size** **(** :ref:`int<class_int>` screen=-1 **)** const
- Returns the dimensions in pixels of the specified screen.
- .. _class_OS_method_get_splash_tick_msec:
- - :ref:`int<class_int>` **get_splash_tick_msec** **(** **)** const
- .. _class_OS_method_get_static_memory_peak_usage:
- - :ref:`int<class_int>` **get_static_memory_peak_usage** **(** **)** const
- Returns the max amount of static memory used (only works in debug).
- .. _class_OS_method_get_static_memory_usage:
- - :ref:`int<class_int>` **get_static_memory_usage** **(** **)** const
- Returns the amount of static memory being used by the program in bytes.
- .. _class_OS_method_get_system_dir:
- - :ref:`String<class_String>` **get_system_dir** **(** :ref:`SystemDir<enum_OS_SystemDir>` dir **)** const
- Returns the actual path to commonly used folders across different platforms. Available locations are specified in :ref:`SystemDir<enum_OS_SystemDir>`.
- .. _class_OS_method_get_system_time_msecs:
- - :ref:`int<class_int>` **get_system_time_msecs** **(** **)** const
- Returns the epoch time of the operating system in milliseconds.
- .. _class_OS_method_get_system_time_secs:
- - :ref:`int<class_int>` **get_system_time_secs** **(** **)** const
- Returns the epoch time of the operating system in seconds.
- .. _class_OS_method_get_ticks_msec:
- - :ref:`int<class_int>` **get_ticks_msec** **(** **)** const
- Returns the amount of time passed in milliseconds since the engine started.
- .. _class_OS_method_get_ticks_usec:
- - :ref:`int<class_int>` **get_ticks_usec** **(** **)** const
- Returns the amount of time passed in microseconds since the engine started.
- .. _class_OS_method_get_time:
- - :ref:`Dictionary<class_Dictionary>` **get_time** **(** :ref:`bool<class_bool>` utc=false **)** const
- Returns current time as a dictionary of keys: hour, minute, second.
- .. _class_OS_method_get_time_zone_info:
- - :ref:`Dictionary<class_Dictionary>` **get_time_zone_info** **(** **)** const
- Returns the current time zone as a dictionary with the keys: bias and name.
- .. _class_OS_method_get_unique_id:
- - :ref:`String<class_String>` **get_unique_id** **(** **)** const
- Returns a string that is unique to the device.
- Returns empty string on HTML5 and UWP which are not supported yet.
- .. _class_OS_method_get_unix_time:
- - :ref:`int<class_int>` **get_unix_time** **(** **)** const
- Returns the current unix epoch timestamp.
- .. _class_OS_method_get_unix_time_from_datetime:
- - :ref:`int<class_int>` **get_unix_time_from_datetime** **(** :ref:`Dictionary<class_Dictionary>` datetime **)** const
- Get an epoch time value from a dictionary of time values.
- ``datetime`` must be populated with the following keys: year, month, day, hour, minute, second.
- You can pass the output from :ref:`get_datetime_from_unix_time<class_OS_method_get_datetime_from_unix_time>` directly into this function. Daylight savings time (dst), if present, is ignored.
- .. _class_OS_method_get_user_data_dir:
- - :ref:`String<class_String>` **get_user_data_dir** **(** **)** const
- Returns the absolute directory path where user data is written (``user://``).
- On Linux, this is ``~/.local/share/godot/app_userdata/[project_name]``, or ``~/.local/share/[custom_name]`` if ``use_custom_user_dir`` is set.
- On macOS, this is ``~/Library/Application Support/Godot/app_userdata/[project_name]``, or ``~/Library/Application Support/[custom_name]`` if ``use_custom_user_dir`` is set.
- On Windows, this is ``%APPDATA%/Godot/app_userdata/[project_name]``, or ``%APPDATA%/[custom_name]`` if ``use_custom_user_dir`` is set.
- If the project name is empty, ``user://`` falls back to ``res://``.
- .. _class_OS_method_get_video_driver_count:
- - :ref:`int<class_int>` **get_video_driver_count** **(** **)** const
- Returns the number of video drivers supported on the current platform.
- .. _class_OS_method_get_video_driver_name:
- - :ref:`String<class_String>` **get_video_driver_name** **(** :ref:`VideoDriver<enum_OS_VideoDriver>` driver **)** const
- Returns the name of the video driver matching the given ``driver`` index. This index is a value from :ref:`VideoDriver<enum_OS_VideoDriver>`, and you can use :ref:`get_current_video_driver<class_OS_method_get_current_video_driver>` to get the current backend's index.
- .. _class_OS_method_get_virtual_keyboard_height:
- - :ref:`int<class_int>` **get_virtual_keyboard_height** **(** **)**
- Returns the on-screen keyboard's height in pixels. Returns 0 if there is no keyboard or it is currently hidden.
- .. _class_OS_method_get_window_safe_area:
- - :ref:`Rect2<class_Rect2>` **get_window_safe_area** **(** **)** const
- .. _class_OS_method_has_environment:
- - :ref:`bool<class_bool>` **has_environment** **(** :ref:`String<class_String>` environment **)** const
- Returns ``true`` if an environment variable exists.
- .. _class_OS_method_has_feature:
- - :ref:`bool<class_bool>` **has_feature** **(** :ref:`String<class_String>` tag_name **)** const
- Returns ``true`` if the feature for the given feature tag is supported in the currently running instance, depending on platform, build etc. Can be used to check whether you're currently running a debug build, on a certain platform or arch, etc. See feature tags documentation.
- .. _class_OS_method_has_touchscreen_ui_hint:
- - :ref:`bool<class_bool>` **has_touchscreen_ui_hint** **(** **)** const
- Returns ``true`` if the device has a touchscreen or emulates one.
- .. _class_OS_method_has_virtual_keyboard:
- - :ref:`bool<class_bool>` **has_virtual_keyboard** **(** **)** const
- Returns ``true`` if the platform has a virtual keyboard, ``false`` otherwise.
- .. _class_OS_method_hide_virtual_keyboard:
- - void **hide_virtual_keyboard** **(** **)**
- Hides the virtual keyboard if it is shown, does nothing otherwise.
- .. _class_OS_method_is_debug_build:
- - :ref:`bool<class_bool>` **is_debug_build** **(** **)** const
- Returns ``true`` if the build is a debug build.
- Returns ``true`` when running in the editor.
- Returns ``false`` if the build is a release build.
- .. _class_OS_method_is_ok_left_and_cancel_right:
- - :ref:`bool<class_bool>` **is_ok_left_and_cancel_right** **(** **)** const
- Returns ``true`` if the "Okay" button should appear on the left and "Cancel" on the right.
- .. _class_OS_method_is_scancode_unicode:
- - :ref:`bool<class_bool>` **is_scancode_unicode** **(** :ref:`int<class_int>` code **)** const
- Returns ``true`` if the input code has a unicode character.
- .. _class_OS_method_is_stdout_verbose:
- - :ref:`bool<class_bool>` **is_stdout_verbose** **(** **)** const
- Returns ``true`` if the engine was executed with -v (verbose stdout).
- .. _class_OS_method_is_userfs_persistent:
- - :ref:`bool<class_bool>` **is_userfs_persistent** **(** **)** const
- If ``true``, the ``user://`` file system is persistent, so that its state is the same after a player quits and starts the game again. Relevant to the HTML5 platform, where this persistence may be unavailable.
- .. _class_OS_method_is_window_always_on_top:
- - :ref:`bool<class_bool>` **is_window_always_on_top** **(** **)** const
- Returns ``true`` if the window should always be on top of other windows.
- .. _class_OS_method_kill:
- - :ref:`Error<enum_@GlobalScope_Error>` **kill** **(** :ref:`int<class_int>` pid **)**
- Kill (terminate) the process identified by the given process ID (``pid``), e.g. the one returned by :ref:`execute<class_OS_method_execute>` in non-blocking mode.
- Note that this method can also be used to kill processes that were not spawned by the game.
- .. _class_OS_method_move_window_to_foreground:
- - void **move_window_to_foreground** **(** **)**
- Moves the window to the front.
- .. _class_OS_method_native_video_is_playing:
- - :ref:`bool<class_bool>` **native_video_is_playing** **(** **)**
- Returns ``true`` if native video is playing.
- .. _class_OS_method_native_video_pause:
- - void **native_video_pause** **(** **)**
- Pauses native video playback.
- .. _class_OS_method_native_video_play:
- - :ref:`Error<enum_@GlobalScope_Error>` **native_video_play** **(** :ref:`String<class_String>` path, :ref:`float<class_float>` volume, :ref:`String<class_String>` audio_track, :ref:`String<class_String>` subtitle_track **)**
- Plays native video from the specified path, at the given volume and with audio and subtitle tracks.
- Note: This method is only implemented on Android and iOS, and the current Android implementation does not support the ``volume``, ``audio_track`` and ``subtitle_track`` options.
- .. _class_OS_method_native_video_stop:
- - void **native_video_stop** **(** **)**
- Stops native video playback.
- .. _class_OS_method_native_video_unpause:
- - void **native_video_unpause** **(** **)**
- Resumes native video playback.
- .. _class_OS_method_open_midi_inputs:
- - void **open_midi_inputs** **(** **)**
- .. _class_OS_method_print_all_resources:
- - void **print_all_resources** **(** :ref:`String<class_String>` tofile="" **)**
- Shows all resources in the game. Optionally the list can be written to a file.
- .. _class_OS_method_print_all_textures_by_size:
- - void **print_all_textures_by_size** **(** **)**
- Shows the list of loaded textures sorted by size in memory.
- .. _class_OS_method_print_resources_by_type:
- - void **print_resources_by_type** **(** :ref:`PoolStringArray<class_PoolStringArray>` types **)**
- Shows the number of resources loaded by the game of the given types.
- .. _class_OS_method_print_resources_in_use:
- - void **print_resources_in_use** **(** :ref:`bool<class_bool>` short=false **)**
- Shows all resources currently used by the game.
- .. _class_OS_method_request_attention:
- - void **request_attention** **(** **)**
- Request the user attention to the window. It'll flash the taskbar button on Windows or bounce the dock icon on OSX.
- .. _class_OS_method_request_permission:
- - :ref:`bool<class_bool>` **request_permission** **(** :ref:`String<class_String>` name **)**
- At the moment this function is only used by ``AudioDriverOpenSL`` to request permission for ``RECORD_AUDIO`` on Android.
- .. _class_OS_method_set_icon:
- - void **set_icon** **(** :ref:`Image<class_Image>` icon **)**
- Sets the game's icon.
- .. _class_OS_method_set_ime_active:
- - void **set_ime_active** **(** :ref:`bool<class_bool>` active **)**
- Sets whether IME input mode should be enabled.
- .. _class_OS_method_set_ime_position:
- - void **set_ime_position** **(** :ref:`Vector2<class_Vector2>` position **)**
- Sets position of IME suggestion list popup (in window coordinates).
- .. _class_OS_method_set_thread_name:
- - :ref:`Error<enum_@GlobalScope_Error>` **set_thread_name** **(** :ref:`String<class_String>` name **)**
- Sets the name of the current thread.
- .. _class_OS_method_set_use_file_access_save_and_swap:
- - void **set_use_file_access_save_and_swap** **(** :ref:`bool<class_bool>` enabled **)**
- Enables backup saves if ``enabled`` is ``true``.
- .. _class_OS_method_set_window_always_on_top:
- - void **set_window_always_on_top** **(** :ref:`bool<class_bool>` enabled **)**
- Sets whether the window should always be on top.
- .. _class_OS_method_set_window_title:
- - void **set_window_title** **(** :ref:`String<class_String>` title **)**
- Sets the window title to the specified string.
- .. _class_OS_method_shell_open:
- - :ref:`Error<enum_@GlobalScope_Error>` **shell_open** **(** :ref:`String<class_String>` uri **)**
- Requests the OS to open a resource with the most appropriate program. For example.
- ``OS.shell_open("C:\\Users\name\Downloads")`` on Windows opens the file explorer at the downloads folders of the user.
- ``OS.shell_open("https://godotengine.org")`` opens the default web browser on the official Godot website.
- .. _class_OS_method_show_virtual_keyboard:
- - void **show_virtual_keyboard** **(** :ref:`String<class_String>` existing_text="" **)**
- Shows the virtual keyboard if the platform has one. The *existing_text* parameter is useful for implementing your own LineEdit, as it tells the virtual keyboard what text has already been typed (the virtual keyboard uses it for auto-correct and predictions).
|