class_os.rst 87 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the OS.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_OS:
  6. OS
  7. ==
  8. **Inherits:** :ref:`Object<class_Object>`
  9. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Operating System functions.
  13. Properties
  14. ----------
  15. +-------------------------------+-------------------------------------------------------------------------------------------------------+
  16. | :ref:`String<class_String>` | :ref:`clipboard<class_OS_property_clipboard>` |
  17. +-------------------------------+-------------------------------------------------------------------------------------------------------+
  18. | :ref:`int<class_int>` | :ref:`current_screen<class_OS_property_current_screen>` |
  19. +-------------------------------+-------------------------------------------------------------------------------------------------------+
  20. | :ref:`int<class_int>` | :ref:`exit_code<class_OS_property_exit_code>` |
  21. +-------------------------------+-------------------------------------------------------------------------------------------------------+
  22. | :ref:`bool<class_bool>` | :ref:`keep_screen_on<class_OS_property_keep_screen_on>` |
  23. +-------------------------------+-------------------------------------------------------------------------------------------------------+
  24. | :ref:`bool<class_bool>` | :ref:`low_processor_usage_mode<class_OS_property_low_processor_usage_mode>` |
  25. +-------------------------------+-------------------------------------------------------------------------------------------------------+
  26. | _OS.ScreenOrientation | :ref:`screen_orientation<class_OS_property_screen_orientation>` |
  27. +-------------------------------+-------------------------------------------------------------------------------------------------------+
  28. | :ref:`bool<class_bool>` | :ref:`vsync_enabled<class_OS_property_vsync_enabled>` |
  29. +-------------------------------+-------------------------------------------------------------------------------------------------------+
  30. | :ref:`bool<class_bool>` | :ref:`window_borderless<class_OS_property_window_borderless>` |
  31. +-------------------------------+-------------------------------------------------------------------------------------------------------+
  32. | :ref:`bool<class_bool>` | :ref:`window_fullscreen<class_OS_property_window_fullscreen>` |
  33. +-------------------------------+-------------------------------------------------------------------------------------------------------+
  34. | :ref:`bool<class_bool>` | :ref:`window_maximized<class_OS_property_window_maximized>` |
  35. +-------------------------------+-------------------------------------------------------------------------------------------------------+
  36. | :ref:`bool<class_bool>` | :ref:`window_minimized<class_OS_property_window_minimized>` |
  37. +-------------------------------+-------------------------------------------------------------------------------------------------------+
  38. | :ref:`bool<class_bool>` | :ref:`window_per_pixel_transparency_enabled<class_OS_property_window_per_pixel_transparency_enabled>` |
  39. +-------------------------------+-------------------------------------------------------------------------------------------------------+
  40. | :ref:`Vector2<class_Vector2>` | :ref:`window_position<class_OS_property_window_position>` |
  41. +-------------------------------+-------------------------------------------------------------------------------------------------------+
  42. | :ref:`bool<class_bool>` | :ref:`window_resizable<class_OS_property_window_resizable>` |
  43. +-------------------------------+-------------------------------------------------------------------------------------------------------+
  44. | :ref:`Vector2<class_Vector2>` | :ref:`window_size<class_OS_property_window_size>` |
  45. +-------------------------------+-------------------------------------------------------------------------------------------------------+
  46. Methods
  47. -------
  48. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  49. | void | :ref:`alert<class_OS_method_alert>` **(** :ref:`String<class_String>` text, :ref:`String<class_String>` title="Alert!" **)** |
  50. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  51. | :ref:`bool<class_bool>` | :ref:`can_draw<class_OS_method_can_draw>` **(** **)** const |
  52. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  53. | :ref:`bool<class_bool>` | :ref:`can_use_threads<class_OS_method_can_use_threads>` **(** **)** const |
  54. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  55. | void | :ref:`center_window<class_OS_method_center_window>` **(** **)** |
  56. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  57. | void | :ref:`close_midi_inputs<class_OS_method_close_midi_inputs>` **(** **)** |
  58. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  59. | void | :ref:`delay_msec<class_OS_method_delay_msec>` **(** :ref:`int<class_int>` msec **)** const |
  60. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  61. | void | :ref:`delay_usec<class_OS_method_delay_usec>` **(** :ref:`int<class_int>` usec **)** const |
  62. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  63. | void | :ref:`dump_memory_to_file<class_OS_method_dump_memory_to_file>` **(** :ref:`String<class_String>` file **)** |
  64. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  65. | void | :ref:`dump_resources_to_file<class_OS_method_dump_resources_to_file>` **(** :ref:`String<class_String>` file **)** |
  66. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  67. | :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=[ ] **)** |
  68. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  69. | :ref:`int<class_int>` | :ref:`find_scancode_from_string<class_OS_method_find_scancode_from_string>` **(** :ref:`String<class_String>` string **)** const |
  70. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  71. | :ref:`int<class_int>` | :ref:`get_audio_driver_count<class_OS_method_get_audio_driver_count>` **(** **)** const |
  72. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  73. | :ref:`String<class_String>` | :ref:`get_audio_driver_name<class_OS_method_get_audio_driver_name>` **(** :ref:`int<class_int>` driver **)** const |
  74. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  75. | :ref:`PoolStringArray<class_PoolStringArray>` | :ref:`get_cmdline_args<class_OS_method_get_cmdline_args>` **(** **)** |
  76. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  77. | :ref:`PoolStringArray<class_PoolStringArray>` | :ref:`get_connected_midi_inputs<class_OS_method_get_connected_midi_inputs>` **(** **)** |
  78. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  79. | :ref:`VideoDriver<enum_OS_VideoDriver>` | :ref:`get_current_video_driver<class_OS_method_get_current_video_driver>` **(** **)** const |
  80. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  81. | :ref:`Dictionary<class_Dictionary>` | :ref:`get_date<class_OS_method_get_date>` **(** :ref:`bool<class_bool>` utc=false **)** const |
  82. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  83. | :ref:`Dictionary<class_Dictionary>` | :ref:`get_datetime<class_OS_method_get_datetime>` **(** :ref:`bool<class_bool>` utc=false **)** const |
  84. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  85. | :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 |
  86. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  87. | :ref:`int<class_int>` | :ref:`get_dynamic_memory_usage<class_OS_method_get_dynamic_memory_usage>` **(** **)** const |
  88. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  89. | :ref:`String<class_String>` | :ref:`get_environment<class_OS_method_get_environment>` **(** :ref:`String<class_String>` environment **)** const |
  90. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  91. | :ref:`String<class_String>` | :ref:`get_executable_path<class_OS_method_get_executable_path>` **(** **)** const |
  92. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  93. | :ref:`Vector2<class_Vector2>` | :ref:`get_ime_selection<class_OS_method_get_ime_selection>` **(** **)** const |
  94. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  95. | :ref:`String<class_String>` | :ref:`get_ime_text<class_OS_method_get_ime_text>` **(** **)** const |
  96. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  97. | :ref:`String<class_String>` | :ref:`get_latin_keyboard_variant<class_OS_method_get_latin_keyboard_variant>` **(** **)** const |
  98. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  99. | :ref:`String<class_String>` | :ref:`get_locale<class_OS_method_get_locale>` **(** **)** const |
  100. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  101. | :ref:`String<class_String>` | :ref:`get_model_name<class_OS_method_get_model_name>` **(** **)** const |
  102. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  103. | :ref:`String<class_String>` | :ref:`get_name<class_OS_method_get_name>` **(** **)** const |
  104. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  105. | :ref:`int<class_int>` | :ref:`get_power_percent_left<class_OS_method_get_power_percent_left>` **(** **)** |
  106. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  107. | :ref:`int<class_int>` | :ref:`get_power_seconds_left<class_OS_method_get_power_seconds_left>` **(** **)** |
  108. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  109. | :ref:`PowerState<enum_OS_PowerState>` | :ref:`get_power_state<class_OS_method_get_power_state>` **(** **)** |
  110. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  111. | :ref:`int<class_int>` | :ref:`get_process_id<class_OS_method_get_process_id>` **(** **)** const |
  112. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  113. | :ref:`int<class_int>` | :ref:`get_processor_count<class_OS_method_get_processor_count>` **(** **)** const |
  114. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  115. | :ref:`Vector2<class_Vector2>` | :ref:`get_real_window_size<class_OS_method_get_real_window_size>` **(** **)** const |
  116. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  117. | :ref:`String<class_String>` | :ref:`get_scancode_string<class_OS_method_get_scancode_string>` **(** :ref:`int<class_int>` code **)** const |
  118. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  119. | :ref:`int<class_int>` | :ref:`get_screen_count<class_OS_method_get_screen_count>` **(** **)** const |
  120. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  121. | :ref:`int<class_int>` | :ref:`get_screen_dpi<class_OS_method_get_screen_dpi>` **(** :ref:`int<class_int>` screen=-1 **)** const |
  122. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  123. | :ref:`Vector2<class_Vector2>` | :ref:`get_screen_position<class_OS_method_get_screen_position>` **(** :ref:`int<class_int>` screen=-1 **)** const |
  124. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  125. | :ref:`Vector2<class_Vector2>` | :ref:`get_screen_size<class_OS_method_get_screen_size>` **(** :ref:`int<class_int>` screen=-1 **)** const |
  126. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  127. | :ref:`int<class_int>` | :ref:`get_splash_tick_msec<class_OS_method_get_splash_tick_msec>` **(** **)** const |
  128. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  129. | :ref:`int<class_int>` | :ref:`get_static_memory_peak_usage<class_OS_method_get_static_memory_peak_usage>` **(** **)** const |
  130. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  131. | :ref:`int<class_int>` | :ref:`get_static_memory_usage<class_OS_method_get_static_memory_usage>` **(** **)** const |
  132. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  133. | :ref:`String<class_String>` | :ref:`get_system_dir<class_OS_method_get_system_dir>` **(** :ref:`SystemDir<enum_OS_SystemDir>` dir **)** const |
  134. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  135. | :ref:`int<class_int>` | :ref:`get_system_time_msecs<class_OS_method_get_system_time_msecs>` **(** **)** const |
  136. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  137. | :ref:`int<class_int>` | :ref:`get_system_time_secs<class_OS_method_get_system_time_secs>` **(** **)** const |
  138. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  139. | :ref:`int<class_int>` | :ref:`get_ticks_msec<class_OS_method_get_ticks_msec>` **(** **)** const |
  140. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  141. | :ref:`int<class_int>` | :ref:`get_ticks_usec<class_OS_method_get_ticks_usec>` **(** **)** const |
  142. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  143. | :ref:`Dictionary<class_Dictionary>` | :ref:`get_time<class_OS_method_get_time>` **(** :ref:`bool<class_bool>` utc=false **)** const |
  144. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  145. | :ref:`Dictionary<class_Dictionary>` | :ref:`get_time_zone_info<class_OS_method_get_time_zone_info>` **(** **)** const |
  146. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  147. | :ref:`String<class_String>` | :ref:`get_unique_id<class_OS_method_get_unique_id>` **(** **)** const |
  148. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  149. | :ref:`int<class_int>` | :ref:`get_unix_time<class_OS_method_get_unix_time>` **(** **)** const |
  150. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  151. | :ref:`int<class_int>` | :ref:`get_unix_time_from_datetime<class_OS_method_get_unix_time_from_datetime>` **(** :ref:`Dictionary<class_Dictionary>` datetime **)** const |
  152. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  153. | :ref:`String<class_String>` | :ref:`get_user_data_dir<class_OS_method_get_user_data_dir>` **(** **)** const |
  154. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  155. | :ref:`int<class_int>` | :ref:`get_video_driver_count<class_OS_method_get_video_driver_count>` **(** **)** const |
  156. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  157. | :ref:`String<class_String>` | :ref:`get_video_driver_name<class_OS_method_get_video_driver_name>` **(** :ref:`VideoDriver<enum_OS_VideoDriver>` driver **)** const |
  158. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  159. | :ref:`int<class_int>` | :ref:`get_virtual_keyboard_height<class_OS_method_get_virtual_keyboard_height>` **(** **)** |
  160. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  161. | :ref:`Rect2<class_Rect2>` | :ref:`get_window_safe_area<class_OS_method_get_window_safe_area>` **(** **)** const |
  162. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  163. | :ref:`bool<class_bool>` | :ref:`has_environment<class_OS_method_has_environment>` **(** :ref:`String<class_String>` environment **)** const |
  164. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  165. | :ref:`bool<class_bool>` | :ref:`has_feature<class_OS_method_has_feature>` **(** :ref:`String<class_String>` tag_name **)** const |
  166. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  167. | :ref:`bool<class_bool>` | :ref:`has_touchscreen_ui_hint<class_OS_method_has_touchscreen_ui_hint>` **(** **)** const |
  168. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  169. | :ref:`bool<class_bool>` | :ref:`has_virtual_keyboard<class_OS_method_has_virtual_keyboard>` **(** **)** const |
  170. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  171. | void | :ref:`hide_virtual_keyboard<class_OS_method_hide_virtual_keyboard>` **(** **)** |
  172. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  173. | :ref:`bool<class_bool>` | :ref:`is_debug_build<class_OS_method_is_debug_build>` **(** **)** const |
  174. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  175. | :ref:`bool<class_bool>` | :ref:`is_ok_left_and_cancel_right<class_OS_method_is_ok_left_and_cancel_right>` **(** **)** const |
  176. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  177. | :ref:`bool<class_bool>` | :ref:`is_scancode_unicode<class_OS_method_is_scancode_unicode>` **(** :ref:`int<class_int>` code **)** const |
  178. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  179. | :ref:`bool<class_bool>` | :ref:`is_stdout_verbose<class_OS_method_is_stdout_verbose>` **(** **)** const |
  180. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  181. | :ref:`bool<class_bool>` | :ref:`is_userfs_persistent<class_OS_method_is_userfs_persistent>` **(** **)** const |
  182. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  183. | :ref:`bool<class_bool>` | :ref:`is_window_always_on_top<class_OS_method_is_window_always_on_top>` **(** **)** const |
  184. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  185. | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`kill<class_OS_method_kill>` **(** :ref:`int<class_int>` pid **)** |
  186. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  187. | void | :ref:`move_window_to_foreground<class_OS_method_move_window_to_foreground>` **(** **)** |
  188. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  189. | :ref:`bool<class_bool>` | :ref:`native_video_is_playing<class_OS_method_native_video_is_playing>` **(** **)** |
  190. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  191. | void | :ref:`native_video_pause<class_OS_method_native_video_pause>` **(** **)** |
  192. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  193. | :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 **)** |
  194. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  195. | void | :ref:`native_video_stop<class_OS_method_native_video_stop>` **(** **)** |
  196. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  197. | void | :ref:`native_video_unpause<class_OS_method_native_video_unpause>` **(** **)** |
  198. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  199. | void | :ref:`open_midi_inputs<class_OS_method_open_midi_inputs>` **(** **)** |
  200. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  201. | void | :ref:`print_all_resources<class_OS_method_print_all_resources>` **(** :ref:`String<class_String>` tofile="" **)** |
  202. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  203. | void | :ref:`print_all_textures_by_size<class_OS_method_print_all_textures_by_size>` **(** **)** |
  204. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  205. | void | :ref:`print_resources_by_type<class_OS_method_print_resources_by_type>` **(** :ref:`PoolStringArray<class_PoolStringArray>` types **)** |
  206. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  207. | void | :ref:`print_resources_in_use<class_OS_method_print_resources_in_use>` **(** :ref:`bool<class_bool>` short=false **)** |
  208. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  209. | void | :ref:`request_attention<class_OS_method_request_attention>` **(** **)** |
  210. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  211. | :ref:`bool<class_bool>` | :ref:`request_permission<class_OS_method_request_permission>` **(** :ref:`String<class_String>` name **)** |
  212. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  213. | void | :ref:`set_icon<class_OS_method_set_icon>` **(** :ref:`Image<class_Image>` icon **)** |
  214. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  215. | void | :ref:`set_ime_active<class_OS_method_set_ime_active>` **(** :ref:`bool<class_bool>` active **)** |
  216. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  217. | void | :ref:`set_ime_position<class_OS_method_set_ime_position>` **(** :ref:`Vector2<class_Vector2>` position **)** |
  218. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  219. | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`set_thread_name<class_OS_method_set_thread_name>` **(** :ref:`String<class_String>` name **)** |
  220. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  221. | void | :ref:`set_use_file_access_save_and_swap<class_OS_method_set_use_file_access_save_and_swap>` **(** :ref:`bool<class_bool>` enabled **)** |
  222. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  223. | void | :ref:`set_window_always_on_top<class_OS_method_set_window_always_on_top>` **(** :ref:`bool<class_bool>` enabled **)** |
  224. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  225. | void | :ref:`set_window_title<class_OS_method_set_window_title>` **(** :ref:`String<class_String>` title **)** |
  226. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  227. | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`shell_open<class_OS_method_shell_open>` **(** :ref:`String<class_String>` uri **)** |
  228. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  229. | void | :ref:`show_virtual_keyboard<class_OS_method_show_virtual_keyboard>` **(** :ref:`String<class_String>` existing_text="" **)** |
  230. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  231. Enumerations
  232. ------------
  233. .. _enum_OS_VideoDriver:
  234. .. _class_OS_constant_VIDEO_DRIVER_GLES2:
  235. .. _class_OS_constant_VIDEO_DRIVER_GLES3:
  236. enum **VideoDriver**:
  237. - **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.
  238. - **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.
  239. ----
  240. .. _enum_OS_Weekday:
  241. .. _class_OS_constant_DAY_SUNDAY:
  242. .. _class_OS_constant_DAY_MONDAY:
  243. .. _class_OS_constant_DAY_TUESDAY:
  244. .. _class_OS_constant_DAY_WEDNESDAY:
  245. .. _class_OS_constant_DAY_THURSDAY:
  246. .. _class_OS_constant_DAY_FRIDAY:
  247. .. _class_OS_constant_DAY_SATURDAY:
  248. enum **Weekday**:
  249. - **DAY_SUNDAY** = **0** --- Sunday.
  250. - **DAY_MONDAY** = **1** --- Monday.
  251. - **DAY_TUESDAY** = **2** --- Tuesday.
  252. - **DAY_WEDNESDAY** = **3** --- Wednesday.
  253. - **DAY_THURSDAY** = **4** --- Thursday.
  254. - **DAY_FRIDAY** = **5** --- Friday.
  255. - **DAY_SATURDAY** = **6** --- Saturday.
  256. ----
  257. .. _enum_OS_Month:
  258. .. _class_OS_constant_MONTH_JANUARY:
  259. .. _class_OS_constant_MONTH_FEBRUARY:
  260. .. _class_OS_constant_MONTH_MARCH:
  261. .. _class_OS_constant_MONTH_APRIL:
  262. .. _class_OS_constant_MONTH_MAY:
  263. .. _class_OS_constant_MONTH_JUNE:
  264. .. _class_OS_constant_MONTH_JULY:
  265. .. _class_OS_constant_MONTH_AUGUST:
  266. .. _class_OS_constant_MONTH_SEPTEMBER:
  267. .. _class_OS_constant_MONTH_OCTOBER:
  268. .. _class_OS_constant_MONTH_NOVEMBER:
  269. .. _class_OS_constant_MONTH_DECEMBER:
  270. enum **Month**:
  271. - **MONTH_JANUARY** = **1** --- January.
  272. - **MONTH_FEBRUARY** = **2** --- February.
  273. - **MONTH_MARCH** = **3** --- March.
  274. - **MONTH_APRIL** = **4** --- April.
  275. - **MONTH_MAY** = **5** --- May.
  276. - **MONTH_JUNE** = **6** --- June.
  277. - **MONTH_JULY** = **7** --- July.
  278. - **MONTH_AUGUST** = **8** --- August.
  279. - **MONTH_SEPTEMBER** = **9** --- September.
  280. - **MONTH_OCTOBER** = **10** --- October.
  281. - **MONTH_NOVEMBER** = **11** --- November.
  282. - **MONTH_DECEMBER** = **12** --- December.
  283. ----
  284. .. _enum_OS_ScreenOrientation:
  285. .. _class_OS_constant_SCREEN_ORIENTATION_LANDSCAPE:
  286. .. _class_OS_constant_SCREEN_ORIENTATION_PORTRAIT:
  287. .. _class_OS_constant_SCREEN_ORIENTATION_REVERSE_LANDSCAPE:
  288. .. _class_OS_constant_SCREEN_ORIENTATION_REVERSE_PORTRAIT:
  289. .. _class_OS_constant_SCREEN_ORIENTATION_SENSOR_LANDSCAPE:
  290. .. _class_OS_constant_SCREEN_ORIENTATION_SENSOR_PORTRAIT:
  291. .. _class_OS_constant_SCREEN_ORIENTATION_SENSOR:
  292. enum **ScreenOrientation**:
  293. - **SCREEN_ORIENTATION_LANDSCAPE** = **0** --- Landscape screen orientation.
  294. - **SCREEN_ORIENTATION_PORTRAIT** = **1** --- Portrait screen orientation.
  295. - **SCREEN_ORIENTATION_REVERSE_LANDSCAPE** = **2** --- Reverse landscape screen orientation.
  296. - **SCREEN_ORIENTATION_REVERSE_PORTRAIT** = **3** --- Reverse portrait screen orientation.
  297. - **SCREEN_ORIENTATION_SENSOR_LANDSCAPE** = **4** --- Uses landscape or reverse landscape based on the hardware sensor.
  298. - **SCREEN_ORIENTATION_SENSOR_PORTRAIT** = **5** --- Uses portrait or reverse portrait based on the hardware sensor.
  299. - **SCREEN_ORIENTATION_SENSOR** = **6** --- Uses most suitable orientation based on the hardware sensor.
  300. ----
  301. .. _enum_OS_SystemDir:
  302. .. _class_OS_constant_SYSTEM_DIR_DESKTOP:
  303. .. _class_OS_constant_SYSTEM_DIR_DCIM:
  304. .. _class_OS_constant_SYSTEM_DIR_DOCUMENTS:
  305. .. _class_OS_constant_SYSTEM_DIR_DOWNLOADS:
  306. .. _class_OS_constant_SYSTEM_DIR_MOVIES:
  307. .. _class_OS_constant_SYSTEM_DIR_MUSIC:
  308. .. _class_OS_constant_SYSTEM_DIR_PICTURES:
  309. .. _class_OS_constant_SYSTEM_DIR_RINGTONES:
  310. enum **SystemDir**:
  311. - **SYSTEM_DIR_DESKTOP** = **0** --- Desktop directory path.
  312. - **SYSTEM_DIR_DCIM** = **1** --- DCIM (Digital Camera Images) directory path.
  313. - **SYSTEM_DIR_DOCUMENTS** = **2** --- Documents directory path.
  314. - **SYSTEM_DIR_DOWNLOADS** = **3** --- Downloads directory path.
  315. - **SYSTEM_DIR_MOVIES** = **4** --- Movies directory path.
  316. - **SYSTEM_DIR_MUSIC** = **5** --- Music directory path.
  317. - **SYSTEM_DIR_PICTURES** = **6** --- Pictures directory path.
  318. - **SYSTEM_DIR_RINGTONES** = **7** --- Ringtones directory path.
  319. ----
  320. .. _enum_OS_PowerState:
  321. .. _class_OS_constant_POWERSTATE_UNKNOWN:
  322. .. _class_OS_constant_POWERSTATE_ON_BATTERY:
  323. .. _class_OS_constant_POWERSTATE_NO_BATTERY:
  324. .. _class_OS_constant_POWERSTATE_CHARGING:
  325. .. _class_OS_constant_POWERSTATE_CHARGED:
  326. enum **PowerState**:
  327. - **POWERSTATE_UNKNOWN** = **0** --- Unknown powerstate.
  328. - **POWERSTATE_ON_BATTERY** = **1** --- Unplugged, running on battery.
  329. - **POWERSTATE_NO_BATTERY** = **2** --- Plugged in, no battery available.
  330. - **POWERSTATE_CHARGING** = **3** --- Plugged in, battery charging.
  331. - **POWERSTATE_CHARGED** = **4** --- Plugged in, battery fully charged.
  332. Description
  333. -----------
  334. Operating System functions. OS Wraps the most common functionality to communicate with the host Operating System, such as: clipboard, video mode, date and time, timers, environment variables, execution of binaries, command line, etc.
  335. Property Descriptions
  336. ---------------------
  337. .. _class_OS_property_clipboard:
  338. - :ref:`String<class_String>` **clipboard**
  339. +----------+----------------------+
  340. | *Setter* | set_clipboard(value) |
  341. +----------+----------------------+
  342. | *Getter* | get_clipboard() |
  343. +----------+----------------------+
  344. The clipboard from the host OS. Might be unavailable on some platforms.
  345. ----
  346. .. _class_OS_property_current_screen:
  347. - :ref:`int<class_int>` **current_screen**
  348. +----------+---------------------------+
  349. | *Setter* | set_current_screen(value) |
  350. +----------+---------------------------+
  351. | *Getter* | get_current_screen() |
  352. +----------+---------------------------+
  353. The current screen index (starting from 0).
  354. ----
  355. .. _class_OS_property_exit_code:
  356. - :ref:`int<class_int>` **exit_code**
  357. +----------+----------------------+
  358. | *Setter* | set_exit_code(value) |
  359. +----------+----------------------+
  360. | *Getter* | get_exit_code() |
  361. +----------+----------------------+
  362. The exit code passed to the OS when the main loop exits.
  363. ----
  364. .. _class_OS_property_keep_screen_on:
  365. - :ref:`bool<class_bool>` **keep_screen_on**
  366. +----------+---------------------------+
  367. | *Setter* | set_keep_screen_on(value) |
  368. +----------+---------------------------+
  369. | *Getter* | is_keep_screen_on() |
  370. +----------+---------------------------+
  371. If ``true``, the engine tries to keep the screen on while the game is running. Useful on mobile.
  372. ----
  373. .. _class_OS_property_low_processor_usage_mode:
  374. - :ref:`bool<class_bool>` **low_processor_usage_mode**
  375. +----------+-------------------------------------+
  376. | *Setter* | set_low_processor_usage_mode(value) |
  377. +----------+-------------------------------------+
  378. | *Getter* | is_in_low_processor_usage_mode() |
  379. +----------+-------------------------------------+
  380. If ``true``, the engine optimizes for low processor usage by only refreshing the screen if needed. Can improve battery consumption on mobile.
  381. ----
  382. .. _class_OS_property_screen_orientation:
  383. - _OS.ScreenOrientation **screen_orientation**
  384. +----------+-------------------------------+
  385. | *Setter* | set_screen_orientation(value) |
  386. +----------+-------------------------------+
  387. | *Getter* | get_screen_orientation() |
  388. +----------+-------------------------------+
  389. The current screen orientation.
  390. ----
  391. .. _class_OS_property_vsync_enabled:
  392. - :ref:`bool<class_bool>` **vsync_enabled**
  393. +----------+----------------------+
  394. | *Setter* | set_use_vsync(value) |
  395. +----------+----------------------+
  396. | *Getter* | is_vsync_enabled() |
  397. +----------+----------------------+
  398. If ``true``, vertical synchronization (Vsync) is enabled.
  399. ----
  400. .. _class_OS_property_window_borderless:
  401. - :ref:`bool<class_bool>` **window_borderless**
  402. +----------+------------------------------+
  403. | *Setter* | set_borderless_window(value) |
  404. +----------+------------------------------+
  405. | *Getter* | get_borderless_window() |
  406. +----------+------------------------------+
  407. If ``true``, removes the window frame.
  408. ----
  409. .. _class_OS_property_window_fullscreen:
  410. - :ref:`bool<class_bool>` **window_fullscreen**
  411. +----------+------------------------------+
  412. | *Setter* | set_window_fullscreen(value) |
  413. +----------+------------------------------+
  414. | *Getter* | is_window_fullscreen() |
  415. +----------+------------------------------+
  416. If ``true``, the window is fullscreen.
  417. ----
  418. .. _class_OS_property_window_maximized:
  419. - :ref:`bool<class_bool>` **window_maximized**
  420. +----------+-----------------------------+
  421. | *Setter* | set_window_maximized(value) |
  422. +----------+-----------------------------+
  423. | *Getter* | is_window_maximized() |
  424. +----------+-----------------------------+
  425. If ``true``, the window is maximized.
  426. ----
  427. .. _class_OS_property_window_minimized:
  428. - :ref:`bool<class_bool>` **window_minimized**
  429. +----------+-----------------------------+
  430. | *Setter* | set_window_minimized(value) |
  431. +----------+-----------------------------+
  432. | *Getter* | is_window_minimized() |
  433. +----------+-----------------------------+
  434. If ``true``, the window is minimized.
  435. ----
  436. .. _class_OS_property_window_per_pixel_transparency_enabled:
  437. - :ref:`bool<class_bool>` **window_per_pixel_transparency_enabled**
  438. +----------+--------------------------------------------------+
  439. | *Setter* | set_window_per_pixel_transparency_enabled(value) |
  440. +----------+--------------------------------------------------+
  441. | *Getter* | get_window_per_pixel_transparency_enabled() |
  442. +----------+--------------------------------------------------+
  443. ----
  444. .. _class_OS_property_window_position:
  445. - :ref:`Vector2<class_Vector2>` **window_position**
  446. +----------+----------------------------+
  447. | *Setter* | set_window_position(value) |
  448. +----------+----------------------------+
  449. | *Getter* | get_window_position() |
  450. +----------+----------------------------+
  451. 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.
  452. ----
  453. .. _class_OS_property_window_resizable:
  454. - :ref:`bool<class_bool>` **window_resizable**
  455. +----------+-----------------------------+
  456. | *Setter* | set_window_resizable(value) |
  457. +----------+-----------------------------+
  458. | *Getter* | is_window_resizable() |
  459. +----------+-----------------------------+
  460. If ``true``, the window is resizable by the user.
  461. ----
  462. .. _class_OS_property_window_size:
  463. - :ref:`Vector2<class_Vector2>` **window_size**
  464. +----------+------------------------+
  465. | *Setter* | set_window_size(value) |
  466. +----------+------------------------+
  467. | *Getter* | get_window_size() |
  468. +----------+------------------------+
  469. The size of the window (without counting window manager decorations).
  470. Method Descriptions
  471. -------------------
  472. .. _class_OS_method_alert:
  473. - void **alert** **(** :ref:`String<class_String>` text, :ref:`String<class_String>` title="Alert!" **)**
  474. Displays a modal dialog box utilizing the host OS.
  475. ----
  476. .. _class_OS_method_can_draw:
  477. - :ref:`bool<class_bool>` **can_draw** **(** **)** const
  478. Returns ``true`` if the host OS allows drawing.
  479. ----
  480. .. _class_OS_method_can_use_threads:
  481. - :ref:`bool<class_bool>` **can_use_threads** **(** **)** const
  482. Returns ``true`` if the current host platform is using multiple threads.
  483. ----
  484. .. _class_OS_method_center_window:
  485. - void **center_window** **(** **)**
  486. Centers the window on the screen if in windowed mode.
  487. ----
  488. .. _class_OS_method_close_midi_inputs:
  489. - void **close_midi_inputs** **(** **)**
  490. ----
  491. .. _class_OS_method_delay_msec:
  492. - void **delay_msec** **(** :ref:`int<class_int>` msec **)** const
  493. Delay execution of the current thread by given milliseconds.
  494. ----
  495. .. _class_OS_method_delay_usec:
  496. - void **delay_usec** **(** :ref:`int<class_int>` usec **)** const
  497. Delay execution of the current thread by given microseconds.
  498. ----
  499. .. _class_OS_method_dump_memory_to_file:
  500. - void **dump_memory_to_file** **(** :ref:`String<class_String>` file **)**
  501. Dumps the memory allocation ringlist to a file (only works in debug).
  502. Entry format per line: "Address - Size - Description".
  503. ----
  504. .. _class_OS_method_dump_resources_to_file:
  505. - void **dump_resources_to_file** **(** :ref:`String<class_String>` file **)**
  506. Dumps all used resources to file (only works in debug).
  507. Entry format per line: "Resource Type : Resource Location".
  508. At the end of the file is a statistic of all used Resource Types.
  509. ----
  510. .. _class_OS_method_execute:
  511. - :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=[ ] **)**
  512. 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.
  513. 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.
  514. This method has slightly different behavior based on whether the ``blocking`` mode is enabled.
  515. 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.
  516. 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.
  517. 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.
  518. Example of blocking mode and retrieving the shell output:
  519. ::
  520. var output = []
  521. OS.execute('ls', ['-l', '/tmp'], true, output)
  522. Example of non-blocking mode, running another instance of the project and storing its process ID:
  523. ::
  524. var pid = OS.execute(OS.get_executable_path(), [], false)
  525. If you wish to access a shell built-in or perform a composite command, a platform-specific shell can be invoked. For example:
  526. ::
  527. OS.execute('CMD.exe', ['/C', 'cd %TEMP% && dir'], true, output)
  528. ----
  529. .. _class_OS_method_find_scancode_from_string:
  530. - :ref:`int<class_int>` **find_scancode_from_string** **(** :ref:`String<class_String>` string **)** const
  531. Returns the scancode of the given string (e.g. "Escape")
  532. ----
  533. .. _class_OS_method_get_audio_driver_count:
  534. - :ref:`int<class_int>` **get_audio_driver_count** **(** **)** const
  535. Returns the total number of available audio drivers.
  536. ----
  537. .. _class_OS_method_get_audio_driver_name:
  538. - :ref:`String<class_String>` **get_audio_driver_name** **(** :ref:`int<class_int>` driver **)** const
  539. Returns the audio driver name for the given index.
  540. ----
  541. .. _class_OS_method_get_cmdline_args:
  542. - :ref:`PoolStringArray<class_PoolStringArray>` **get_cmdline_args** **(** **)**
  543. Returns the command line arguments passed to the engine.
  544. ----
  545. .. _class_OS_method_get_connected_midi_inputs:
  546. - :ref:`PoolStringArray<class_PoolStringArray>` **get_connected_midi_inputs** **(** **)**
  547. ----
  548. .. _class_OS_method_get_current_video_driver:
  549. - :ref:`VideoDriver<enum_OS_VideoDriver>` **get_current_video_driver** **(** **)** const
  550. Returns the currently used video driver, using one of the values from :ref:`VideoDriver<enum_OS_VideoDriver>`.
  551. ----
  552. .. _class_OS_method_get_date:
  553. - :ref:`Dictionary<class_Dictionary>` **get_date** **(** :ref:`bool<class_bool>` utc=false **)** const
  554. Returns current date as a dictionary of keys: year, month, day, weekday, dst (daylight savings time).
  555. ----
  556. .. _class_OS_method_get_datetime:
  557. - :ref:`Dictionary<class_Dictionary>` **get_datetime** **(** :ref:`bool<class_bool>` utc=false **)** const
  558. Returns current datetime as a dictionary of keys: year, month, day, weekday, dst (daylight savings time), hour, minute, second.
  559. ----
  560. .. _class_OS_method_get_datetime_from_unix_time:
  561. - :ref:`Dictionary<class_Dictionary>` **get_datetime_from_unix_time** **(** :ref:`int<class_int>` unix_time_val **)** const
  562. Get a dictionary of time values when given epoch time.
  563. 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).
  564. ----
  565. .. _class_OS_method_get_dynamic_memory_usage:
  566. - :ref:`int<class_int>` **get_dynamic_memory_usage** **(** **)** const
  567. Returns the total amount of dynamic memory used (only works in debug).
  568. ----
  569. .. _class_OS_method_get_environment:
  570. - :ref:`String<class_String>` **get_environment** **(** :ref:`String<class_String>` environment **)** const
  571. Returns an environment variable.
  572. ----
  573. .. _class_OS_method_get_executable_path:
  574. - :ref:`String<class_String>` **get_executable_path** **(** **)** const
  575. Returns the path to the current engine executable.
  576. ----
  577. .. _class_OS_method_get_ime_selection:
  578. - :ref:`Vector2<class_Vector2>` **get_ime_selection** **(** **)** const
  579. Returns IME cursor position (currently edited portion of the string) relative to the characters in the composition string.
  580. :ref:`MainLoop.NOTIFICATION_OS_IME_UPDATE<class_MainLoop_constant_NOTIFICATION_OS_IME_UPDATE>` is sent to the application to notify it of changes to the IME cursor position.
  581. ----
  582. .. _class_OS_method_get_ime_text:
  583. - :ref:`String<class_String>` **get_ime_text** **(** **)** const
  584. Returns IME intermediate composition string.
  585. :ref:`MainLoop.NOTIFICATION_OS_IME_UPDATE<class_MainLoop_constant_NOTIFICATION_OS_IME_UPDATE>` is sent to the application to notify it of changes to the IME composition string.
  586. ----
  587. .. _class_OS_method_get_latin_keyboard_variant:
  588. - :ref:`String<class_String>` **get_latin_keyboard_variant** **(** **)** const
  589. Returns the current latin keyboard variant as a String.
  590. Possible return values are: "QWERTY", "AZERTY", "QZERTY", "DVORAK", "NEO", "COLEMAK" or "ERROR".
  591. ----
  592. .. _class_OS_method_get_locale:
  593. - :ref:`String<class_String>` **get_locale** **(** **)** const
  594. Returns the host OS locale.
  595. ----
  596. .. _class_OS_method_get_model_name:
  597. - :ref:`String<class_String>` **get_model_name** **(** **)** const
  598. Returns the model name of the current device.
  599. ----
  600. .. _class_OS_method_get_name:
  601. - :ref:`String<class_String>` **get_name** **(** **)** const
  602. Returns the name of the host OS. Possible values are: "Android", "Haiku", "iOS", "HTML5", "OSX", "Server", "Windows", "UWP", "X11".
  603. ----
  604. .. _class_OS_method_get_power_percent_left:
  605. - :ref:`int<class_int>` **get_power_percent_left** **(** **)**
  606. Returns the amount of battery left in the device as a percentage.
  607. ----
  608. .. _class_OS_method_get_power_seconds_left:
  609. - :ref:`int<class_int>` **get_power_seconds_left** **(** **)**
  610. Returns the time in seconds before the device runs out of battery.
  611. ----
  612. .. _class_OS_method_get_power_state:
  613. - :ref:`PowerState<enum_OS_PowerState>` **get_power_state** **(** **)**
  614. Returns the current state of the device regarding battery and power. See :ref:`PowerState<enum_OS_PowerState>` constants.
  615. ----
  616. .. _class_OS_method_get_process_id:
  617. - :ref:`int<class_int>` **get_process_id** **(** **)** const
  618. Returns the game process ID
  619. ----
  620. .. _class_OS_method_get_processor_count:
  621. - :ref:`int<class_int>` **get_processor_count** **(** **)** const
  622. Returns the number of cores available in the host machine.
  623. ----
  624. .. _class_OS_method_get_real_window_size:
  625. - :ref:`Vector2<class_Vector2>` **get_real_window_size** **(** **)** const
  626. Returns the window size including decorations like window borders.
  627. ----
  628. .. _class_OS_method_get_scancode_string:
  629. - :ref:`String<class_String>` **get_scancode_string** **(** :ref:`int<class_int>` code **)** const
  630. Returns the given scancode as a string (e.g. Return values: "Escape", "Shift+Escape").
  631. ----
  632. .. _class_OS_method_get_screen_count:
  633. - :ref:`int<class_int>` **get_screen_count** **(** **)** const
  634. Returns the number of displays attached to the host machine.
  635. ----
  636. .. _class_OS_method_get_screen_dpi:
  637. - :ref:`int<class_int>` **get_screen_dpi** **(** :ref:`int<class_int>` screen=-1 **)** const
  638. Returns the dots per inch density of the specified screen.
  639. On Android Devices, the actual screen densities are grouped into six generalized densities:
  640. ldpi - 120 dpi
  641. mdpi - 160 dpi
  642. hdpi - 240 dpi
  643. xhdpi - 320 dpi
  644. xxhdpi - 480 dpi
  645. xxxhdpi - 640 dpi
  646. ----
  647. .. _class_OS_method_get_screen_position:
  648. - :ref:`Vector2<class_Vector2>` **get_screen_position** **(** :ref:`int<class_int>` screen=-1 **)** const
  649. Returns the position of the specified screen by index. If no screen index is provided, the current screen will be used.
  650. ----
  651. .. _class_OS_method_get_screen_size:
  652. - :ref:`Vector2<class_Vector2>` **get_screen_size** **(** :ref:`int<class_int>` screen=-1 **)** const
  653. Returns the dimensions in pixels of the specified screen.
  654. ----
  655. .. _class_OS_method_get_splash_tick_msec:
  656. - :ref:`int<class_int>` **get_splash_tick_msec** **(** **)** const
  657. Returns the amount of time in milliseconds it took for the boot logo to appear.
  658. ----
  659. .. _class_OS_method_get_static_memory_peak_usage:
  660. - :ref:`int<class_int>` **get_static_memory_peak_usage** **(** **)** const
  661. Returns the max amount of static memory used (only works in debug).
  662. ----
  663. .. _class_OS_method_get_static_memory_usage:
  664. - :ref:`int<class_int>` **get_static_memory_usage** **(** **)** const
  665. Returns the amount of static memory being used by the program in bytes.
  666. ----
  667. .. _class_OS_method_get_system_dir:
  668. - :ref:`String<class_String>` **get_system_dir** **(** :ref:`SystemDir<enum_OS_SystemDir>` dir **)** const
  669. Returns the actual path to commonly used folders across different platforms. Available locations are specified in :ref:`SystemDir<enum_OS_SystemDir>`.
  670. ----
  671. .. _class_OS_method_get_system_time_msecs:
  672. - :ref:`int<class_int>` **get_system_time_msecs** **(** **)** const
  673. Returns the epoch time of the operating system in milliseconds.
  674. ----
  675. .. _class_OS_method_get_system_time_secs:
  676. - :ref:`int<class_int>` **get_system_time_secs** **(** **)** const
  677. Returns the epoch time of the operating system in seconds.
  678. ----
  679. .. _class_OS_method_get_ticks_msec:
  680. - :ref:`int<class_int>` **get_ticks_msec** **(** **)** const
  681. Returns the amount of time passed in milliseconds since the engine started.
  682. ----
  683. .. _class_OS_method_get_ticks_usec:
  684. - :ref:`int<class_int>` **get_ticks_usec** **(** **)** const
  685. Returns the amount of time passed in microseconds since the engine started.
  686. ----
  687. .. _class_OS_method_get_time:
  688. - :ref:`Dictionary<class_Dictionary>` **get_time** **(** :ref:`bool<class_bool>` utc=false **)** const
  689. Returns current time as a dictionary of keys: hour, minute, second.
  690. ----
  691. .. _class_OS_method_get_time_zone_info:
  692. - :ref:`Dictionary<class_Dictionary>` **get_time_zone_info** **(** **)** const
  693. Returns the current time zone as a dictionary with the keys: bias and name.
  694. ----
  695. .. _class_OS_method_get_unique_id:
  696. - :ref:`String<class_String>` **get_unique_id** **(** **)** const
  697. Returns a string that is unique to the device.
  698. Returns empty string on HTML5 and UWP which are not supported yet.
  699. ----
  700. .. _class_OS_method_get_unix_time:
  701. - :ref:`int<class_int>` **get_unix_time** **(** **)** const
  702. Returns the current unix epoch timestamp.
  703. ----
  704. .. _class_OS_method_get_unix_time_from_datetime:
  705. - :ref:`int<class_int>` **get_unix_time_from_datetime** **(** :ref:`Dictionary<class_Dictionary>` datetime **)** const
  706. Get an epoch time value from a dictionary of time values.
  707. ``datetime`` must be populated with the following keys: year, month, day, hour, minute, second.
  708. 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.
  709. ----
  710. .. _class_OS_method_get_user_data_dir:
  711. - :ref:`String<class_String>` **get_user_data_dir** **(** **)** const
  712. Returns the absolute directory path where user data is written (``user://``).
  713. On Linux, this is ``~/.local/share/godot/app_userdata/[project_name]``, or ``~/.local/share/[custom_name]`` if ``use_custom_user_dir`` is set.
  714. 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.
  715. On Windows, this is ``%APPDATA%\Godot\app_userdata\[project_name]``, or ``%APPDATA%\[custom_name]`` if ``use_custom_user_dir`` is set. ``%APPDATA%`` expands to ``%USERPROFILE%\AppData\Roaming``.
  716. If the project name is empty, ``user://`` falls back to ``res://``.
  717. ----
  718. .. _class_OS_method_get_video_driver_count:
  719. - :ref:`int<class_int>` **get_video_driver_count** **(** **)** const
  720. Returns the number of video drivers supported on the current platform.
  721. ----
  722. .. _class_OS_method_get_video_driver_name:
  723. - :ref:`String<class_String>` **get_video_driver_name** **(** :ref:`VideoDriver<enum_OS_VideoDriver>` driver **)** const
  724. 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.
  725. ----
  726. .. _class_OS_method_get_virtual_keyboard_height:
  727. - :ref:`int<class_int>` **get_virtual_keyboard_height** **(** **)**
  728. Returns the on-screen keyboard's height in pixels. Returns 0 if there is no keyboard or it is currently hidden.
  729. ----
  730. .. _class_OS_method_get_window_safe_area:
  731. - :ref:`Rect2<class_Rect2>` **get_window_safe_area** **(** **)** const
  732. Returns unobscured area of the window where interactive controls should be rendered.
  733. ----
  734. .. _class_OS_method_has_environment:
  735. - :ref:`bool<class_bool>` **has_environment** **(** :ref:`String<class_String>` environment **)** const
  736. Returns ``true`` if an environment variable exists.
  737. ----
  738. .. _class_OS_method_has_feature:
  739. - :ref:`bool<class_bool>` **has_feature** **(** :ref:`String<class_String>` tag_name **)** const
  740. 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. Refer to the `Feature Tags <https://docs.godotengine.org/en/latest/getting_started/workflow/export/feature_tags.html>`_ documentation for more details.
  741. Note that tag names are case-sensitive.
  742. ----
  743. .. _class_OS_method_has_touchscreen_ui_hint:
  744. - :ref:`bool<class_bool>` **has_touchscreen_ui_hint** **(** **)** const
  745. Returns ``true`` if the device has a touchscreen or emulates one.
  746. ----
  747. .. _class_OS_method_has_virtual_keyboard:
  748. - :ref:`bool<class_bool>` **has_virtual_keyboard** **(** **)** const
  749. Returns ``true`` if the platform has a virtual keyboard, ``false`` otherwise.
  750. ----
  751. .. _class_OS_method_hide_virtual_keyboard:
  752. - void **hide_virtual_keyboard** **(** **)**
  753. Hides the virtual keyboard if it is shown, does nothing otherwise.
  754. ----
  755. .. _class_OS_method_is_debug_build:
  756. - :ref:`bool<class_bool>` **is_debug_build** **(** **)** const
  757. Returns ``true`` if the build is a debug build.
  758. Returns ``true`` when running in the editor.
  759. Returns ``false`` if the build is a release build.
  760. ----
  761. .. _class_OS_method_is_ok_left_and_cancel_right:
  762. - :ref:`bool<class_bool>` **is_ok_left_and_cancel_right** **(** **)** const
  763. Returns ``true`` if the "Okay" button should appear on the left and "Cancel" on the right.
  764. ----
  765. .. _class_OS_method_is_scancode_unicode:
  766. - :ref:`bool<class_bool>` **is_scancode_unicode** **(** :ref:`int<class_int>` code **)** const
  767. Returns ``true`` if the input code has a unicode character.
  768. ----
  769. .. _class_OS_method_is_stdout_verbose:
  770. - :ref:`bool<class_bool>` **is_stdout_verbose** **(** **)** const
  771. Returns ``true`` if the engine was executed with -v (verbose stdout).
  772. ----
  773. .. _class_OS_method_is_userfs_persistent:
  774. - :ref:`bool<class_bool>` **is_userfs_persistent** **(** **)** const
  775. 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.
  776. ----
  777. .. _class_OS_method_is_window_always_on_top:
  778. - :ref:`bool<class_bool>` **is_window_always_on_top** **(** **)** const
  779. Returns ``true`` if the window should always be on top of other windows.
  780. ----
  781. .. _class_OS_method_kill:
  782. - :ref:`Error<enum_@GlobalScope_Error>` **kill** **(** :ref:`int<class_int>` pid **)**
  783. 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.
  784. Note that this method can also be used to kill processes that were not spawned by the game.
  785. ----
  786. .. _class_OS_method_move_window_to_foreground:
  787. - void **move_window_to_foreground** **(** **)**
  788. Moves the window to the front.
  789. ----
  790. .. _class_OS_method_native_video_is_playing:
  791. - :ref:`bool<class_bool>` **native_video_is_playing** **(** **)**
  792. Returns ``true`` if native video is playing.
  793. ----
  794. .. _class_OS_method_native_video_pause:
  795. - void **native_video_pause** **(** **)**
  796. Pauses native video playback.
  797. ----
  798. .. _class_OS_method_native_video_play:
  799. - :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 **)**
  800. Plays native video from the specified path, at the given volume and with audio and subtitle tracks.
  801. 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.
  802. ----
  803. .. _class_OS_method_native_video_stop:
  804. - void **native_video_stop** **(** **)**
  805. Stops native video playback.
  806. ----
  807. .. _class_OS_method_native_video_unpause:
  808. - void **native_video_unpause** **(** **)**
  809. Resumes native video playback.
  810. ----
  811. .. _class_OS_method_open_midi_inputs:
  812. - void **open_midi_inputs** **(** **)**
  813. ----
  814. .. _class_OS_method_print_all_resources:
  815. - void **print_all_resources** **(** :ref:`String<class_String>` tofile="" **)**
  816. Shows all resources in the game. Optionally the list can be written to a file.
  817. ----
  818. .. _class_OS_method_print_all_textures_by_size:
  819. - void **print_all_textures_by_size** **(** **)**
  820. Shows the list of loaded textures sorted by size in memory.
  821. ----
  822. .. _class_OS_method_print_resources_by_type:
  823. - void **print_resources_by_type** **(** :ref:`PoolStringArray<class_PoolStringArray>` types **)**
  824. Shows the number of resources loaded by the game of the given types.
  825. ----
  826. .. _class_OS_method_print_resources_in_use:
  827. - void **print_resources_in_use** **(** :ref:`bool<class_bool>` short=false **)**
  828. Shows all resources currently used by the game.
  829. ----
  830. .. _class_OS_method_request_attention:
  831. - void **request_attention** **(** **)**
  832. Request the user attention to the window. It'll flash the taskbar button on Windows or bounce the dock icon on OSX.
  833. ----
  834. .. _class_OS_method_request_permission:
  835. - :ref:`bool<class_bool>` **request_permission** **(** :ref:`String<class_String>` name **)**
  836. At the moment this function is only used by ``AudioDriverOpenSL`` to request permission for ``RECORD_AUDIO`` on Android.
  837. ----
  838. .. _class_OS_method_set_icon:
  839. - void **set_icon** **(** :ref:`Image<class_Image>` icon **)**
  840. Sets the game's icon.
  841. ----
  842. .. _class_OS_method_set_ime_active:
  843. - void **set_ime_active** **(** :ref:`bool<class_bool>` active **)**
  844. Sets whether IME input mode should be enabled.
  845. ----
  846. .. _class_OS_method_set_ime_position:
  847. - void **set_ime_position** **(** :ref:`Vector2<class_Vector2>` position **)**
  848. Sets position of IME suggestion list popup (in window coordinates).
  849. ----
  850. .. _class_OS_method_set_thread_name:
  851. - :ref:`Error<enum_@GlobalScope_Error>` **set_thread_name** **(** :ref:`String<class_String>` name **)**
  852. Sets the name of the current thread.
  853. ----
  854. .. _class_OS_method_set_use_file_access_save_and_swap:
  855. - void **set_use_file_access_save_and_swap** **(** :ref:`bool<class_bool>` enabled **)**
  856. Enables backup saves if ``enabled`` is ``true``.
  857. ----
  858. .. _class_OS_method_set_window_always_on_top:
  859. - void **set_window_always_on_top** **(** :ref:`bool<class_bool>` enabled **)**
  860. Sets whether the window should always be on top.
  861. ----
  862. .. _class_OS_method_set_window_title:
  863. - void **set_window_title** **(** :ref:`String<class_String>` title **)**
  864. Sets the window title to the specified string.
  865. ----
  866. .. _class_OS_method_shell_open:
  867. - :ref:`Error<enum_@GlobalScope_Error>` **shell_open** **(** :ref:`String<class_String>` uri **)**
  868. Requests the OS to open a resource with the most appropriate program. For example.
  869. ``OS.shell_open("C:\\Users\name\Downloads")`` on Windows opens the file explorer at the downloads folders of the user.
  870. ``OS.shell_open("https://godotengine.org")`` opens the default web browser on the official Godot website.
  871. ----
  872. .. _class_OS_method_show_virtual_keyboard:
  873. - void **show_virtual_keyboard** **(** :ref:`String<class_String>` existing_text="" **)**
  874. 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).