core_bind.cpp 67 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786
  1. /**************************************************************************/
  2. /* core_bind.cpp */
  3. /**************************************************************************/
  4. /* This file is part of: */
  5. /* GODOT ENGINE */
  6. /* https://godotengine.org */
  7. /**************************************************************************/
  8. /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
  9. /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
  10. /* */
  11. /* Permission is hereby granted, free of charge, to any person obtaining */
  12. /* a copy of this software and associated documentation files (the */
  13. /* "Software"), to deal in the Software without restriction, including */
  14. /* without limitation the rights to use, copy, modify, merge, publish, */
  15. /* distribute, sublicense, and/or sell copies of the Software, and to */
  16. /* permit persons to whom the Software is furnished to do so, subject to */
  17. /* the following conditions: */
  18. /* */
  19. /* The above copyright notice and this permission notice shall be */
  20. /* included in all copies or substantial portions of the Software. */
  21. /* */
  22. /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
  23. /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
  24. /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */
  25. /* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
  26. /* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
  27. /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
  28. /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
  29. /**************************************************************************/
  30. #include "core_bind.h"
  31. #include "core/config/project_settings.h"
  32. #include "core/crypto/crypto_core.h"
  33. #include "core/debugger/engine_debugger.h"
  34. #include "core/io/file_access_compressed.h"
  35. #include "core/io/file_access_encrypted.h"
  36. #include "core/io/marshalls.h"
  37. #include "core/math/geometry_2d.h"
  38. #include "core/math/geometry_3d.h"
  39. #include "core/os/keyboard.h"
  40. #include "core/variant/typed_array.h"
  41. namespace core_bind {
  42. ////// ResourceLoader //////
  43. ResourceLoader *ResourceLoader::singleton = nullptr;
  44. Error ResourceLoader::load_threaded_request(const String &p_path, const String &p_type_hint, bool p_use_sub_threads, CacheMode p_cache_mode) {
  45. return ::ResourceLoader::load_threaded_request(p_path, p_type_hint, p_use_sub_threads, ResourceFormatLoader::CacheMode(p_cache_mode));
  46. }
  47. ResourceLoader::ThreadLoadStatus ResourceLoader::load_threaded_get_status(const String &p_path, Array r_progress) {
  48. float progress = 0;
  49. ::ResourceLoader::ThreadLoadStatus tls = ::ResourceLoader::load_threaded_get_status(p_path, &progress);
  50. r_progress.resize(1);
  51. r_progress[0] = progress;
  52. return (ThreadLoadStatus)tls;
  53. }
  54. Ref<Resource> ResourceLoader::load_threaded_get(const String &p_path) {
  55. Error error;
  56. Ref<Resource> res = ::ResourceLoader::load_threaded_get(p_path, &error);
  57. return res;
  58. }
  59. Ref<Resource> ResourceLoader::load(const String &p_path, const String &p_type_hint, CacheMode p_cache_mode) {
  60. Error err = OK;
  61. Ref<Resource> ret = ::ResourceLoader::load(p_path, p_type_hint, ResourceFormatLoader::CacheMode(p_cache_mode), &err);
  62. ERR_FAIL_COND_V_MSG(err != OK, ret, "Error loading resource: '" + p_path + "'.");
  63. return ret;
  64. }
  65. Vector<String> ResourceLoader::get_recognized_extensions_for_type(const String &p_type) {
  66. List<String> exts;
  67. ::ResourceLoader::get_recognized_extensions_for_type(p_type, &exts);
  68. Vector<String> ret;
  69. for (const String &E : exts) {
  70. ret.push_back(E);
  71. }
  72. return ret;
  73. }
  74. void ResourceLoader::add_resource_format_loader(Ref<ResourceFormatLoader> p_format_loader, bool p_at_front) {
  75. ::ResourceLoader::add_resource_format_loader(p_format_loader, p_at_front);
  76. }
  77. void ResourceLoader::remove_resource_format_loader(Ref<ResourceFormatLoader> p_format_loader) {
  78. ::ResourceLoader::remove_resource_format_loader(p_format_loader);
  79. }
  80. void ResourceLoader::set_abort_on_missing_resources(bool p_abort) {
  81. ::ResourceLoader::set_abort_on_missing_resources(p_abort);
  82. }
  83. PackedStringArray ResourceLoader::get_dependencies(const String &p_path) {
  84. List<String> deps;
  85. ::ResourceLoader::get_dependencies(p_path, &deps);
  86. PackedStringArray ret;
  87. for (const String &E : deps) {
  88. ret.push_back(E);
  89. }
  90. return ret;
  91. }
  92. bool ResourceLoader::has_cached(const String &p_path) {
  93. String local_path = ProjectSettings::get_singleton()->localize_path(p_path);
  94. return ResourceCache::has(local_path);
  95. }
  96. bool ResourceLoader::exists(const String &p_path, const String &p_type_hint) {
  97. return ::ResourceLoader::exists(p_path, p_type_hint);
  98. }
  99. ResourceUID::ID ResourceLoader::get_resource_uid(const String &p_path) {
  100. return ::ResourceLoader::get_resource_uid(p_path);
  101. }
  102. void ResourceLoader::_bind_methods() {
  103. ClassDB::bind_method(D_METHOD("load_threaded_request", "path", "type_hint", "use_sub_threads", "cache_mode"), &ResourceLoader::load_threaded_request, DEFVAL(""), DEFVAL(false), DEFVAL(CACHE_MODE_REUSE));
  104. ClassDB::bind_method(D_METHOD("load_threaded_get_status", "path", "progress"), &ResourceLoader::load_threaded_get_status, DEFVAL(Array()));
  105. ClassDB::bind_method(D_METHOD("load_threaded_get", "path"), &ResourceLoader::load_threaded_get);
  106. ClassDB::bind_method(D_METHOD("load", "path", "type_hint", "cache_mode"), &ResourceLoader::load, DEFVAL(""), DEFVAL(CACHE_MODE_REUSE));
  107. ClassDB::bind_method(D_METHOD("get_recognized_extensions_for_type", "type"), &ResourceLoader::get_recognized_extensions_for_type);
  108. ClassDB::bind_method(D_METHOD("add_resource_format_loader", "format_loader", "at_front"), &ResourceLoader::add_resource_format_loader, DEFVAL(false));
  109. ClassDB::bind_method(D_METHOD("remove_resource_format_loader", "format_loader"), &ResourceLoader::remove_resource_format_loader);
  110. ClassDB::bind_method(D_METHOD("set_abort_on_missing_resources", "abort"), &ResourceLoader::set_abort_on_missing_resources);
  111. ClassDB::bind_method(D_METHOD("get_dependencies", "path"), &ResourceLoader::get_dependencies);
  112. ClassDB::bind_method(D_METHOD("has_cached", "path"), &ResourceLoader::has_cached);
  113. ClassDB::bind_method(D_METHOD("exists", "path", "type_hint"), &ResourceLoader::exists, DEFVAL(""));
  114. ClassDB::bind_method(D_METHOD("get_resource_uid", "path"), &ResourceLoader::get_resource_uid);
  115. BIND_ENUM_CONSTANT(THREAD_LOAD_INVALID_RESOURCE);
  116. BIND_ENUM_CONSTANT(THREAD_LOAD_IN_PROGRESS);
  117. BIND_ENUM_CONSTANT(THREAD_LOAD_FAILED);
  118. BIND_ENUM_CONSTANT(THREAD_LOAD_LOADED);
  119. BIND_ENUM_CONSTANT(CACHE_MODE_IGNORE);
  120. BIND_ENUM_CONSTANT(CACHE_MODE_REUSE);
  121. BIND_ENUM_CONSTANT(CACHE_MODE_REPLACE);
  122. }
  123. ////// ResourceSaver //////
  124. Error ResourceSaver::save(const Ref<Resource> &p_resource, const String &p_path, BitField<SaverFlags> p_flags) {
  125. ERR_FAIL_COND_V_MSG(p_resource.is_null(), ERR_INVALID_PARAMETER, "Can't save empty resource to path '" + p_path + "'.");
  126. return ::ResourceSaver::save(p_resource, p_path, p_flags);
  127. }
  128. Vector<String> ResourceSaver::get_recognized_extensions(const Ref<Resource> &p_resource) {
  129. ERR_FAIL_COND_V_MSG(p_resource.is_null(), Vector<String>(), "It's not a reference to a valid Resource object.");
  130. List<String> exts;
  131. ::ResourceSaver::get_recognized_extensions(p_resource, &exts);
  132. Vector<String> ret;
  133. for (const String &E : exts) {
  134. ret.push_back(E);
  135. }
  136. return ret;
  137. }
  138. void ResourceSaver::add_resource_format_saver(Ref<ResourceFormatSaver> p_format_saver, bool p_at_front) {
  139. ::ResourceSaver::add_resource_format_saver(p_format_saver, p_at_front);
  140. }
  141. void ResourceSaver::remove_resource_format_saver(Ref<ResourceFormatSaver> p_format_saver) {
  142. ::ResourceSaver::remove_resource_format_saver(p_format_saver);
  143. }
  144. ResourceSaver *ResourceSaver::singleton = nullptr;
  145. void ResourceSaver::_bind_methods() {
  146. ClassDB::bind_method(D_METHOD("save", "resource", "path", "flags"), &ResourceSaver::save, DEFVAL(""), DEFVAL((uint32_t)FLAG_NONE));
  147. ClassDB::bind_method(D_METHOD("get_recognized_extensions", "type"), &ResourceSaver::get_recognized_extensions);
  148. ClassDB::bind_method(D_METHOD("add_resource_format_saver", "format_saver", "at_front"), &ResourceSaver::add_resource_format_saver, DEFVAL(false));
  149. ClassDB::bind_method(D_METHOD("remove_resource_format_saver", "format_saver"), &ResourceSaver::remove_resource_format_saver);
  150. BIND_BITFIELD_FLAG(FLAG_NONE);
  151. BIND_BITFIELD_FLAG(FLAG_RELATIVE_PATHS);
  152. BIND_BITFIELD_FLAG(FLAG_BUNDLE_RESOURCES);
  153. BIND_BITFIELD_FLAG(FLAG_CHANGE_PATH);
  154. BIND_BITFIELD_FLAG(FLAG_OMIT_EDITOR_PROPERTIES);
  155. BIND_BITFIELD_FLAG(FLAG_SAVE_BIG_ENDIAN);
  156. BIND_BITFIELD_FLAG(FLAG_COMPRESS);
  157. BIND_BITFIELD_FLAG(FLAG_REPLACE_SUBRESOURCE_PATHS);
  158. }
  159. ////// OS //////
  160. PackedStringArray OS::get_connected_midi_inputs() {
  161. return ::OS::get_singleton()->get_connected_midi_inputs();
  162. }
  163. void OS::open_midi_inputs() {
  164. ::OS::get_singleton()->open_midi_inputs();
  165. }
  166. void OS::close_midi_inputs() {
  167. ::OS::get_singleton()->close_midi_inputs();
  168. }
  169. void OS::set_use_file_access_save_and_swap(bool p_enable) {
  170. FileAccess::set_backup_save(p_enable);
  171. }
  172. void OS::set_low_processor_usage_mode(bool p_enabled) {
  173. ::OS::get_singleton()->set_low_processor_usage_mode(p_enabled);
  174. }
  175. bool OS::is_in_low_processor_usage_mode() const {
  176. return ::OS::get_singleton()->is_in_low_processor_usage_mode();
  177. }
  178. void OS::set_low_processor_usage_mode_sleep_usec(int p_usec) {
  179. ::OS::get_singleton()->set_low_processor_usage_mode_sleep_usec(p_usec);
  180. }
  181. int OS::get_low_processor_usage_mode_sleep_usec() const {
  182. return ::OS::get_singleton()->get_low_processor_usage_mode_sleep_usec();
  183. }
  184. void OS::alert(const String &p_alert, const String &p_title) {
  185. ::OS::get_singleton()->alert(p_alert, p_title);
  186. }
  187. void OS::crash(const String &p_message) {
  188. CRASH_NOW_MSG(p_message);
  189. }
  190. Vector<String> OS::get_system_fonts() const {
  191. return ::OS::get_singleton()->get_system_fonts();
  192. }
  193. String OS::get_system_font_path(const String &p_font_name, int p_weight, int p_stretch, bool p_italic) const {
  194. return ::OS::get_singleton()->get_system_font_path(p_font_name, p_weight, p_stretch, p_italic);
  195. }
  196. Vector<String> OS::get_system_font_path_for_text(const String &p_font_name, const String &p_text, const String &p_locale, const String &p_script, int p_weight, int p_stretch, bool p_italic) const {
  197. return ::OS::get_singleton()->get_system_font_path_for_text(p_font_name, p_text, p_locale, p_script, p_weight, p_stretch, p_italic);
  198. }
  199. String OS::get_executable_path() const {
  200. return ::OS::get_singleton()->get_executable_path();
  201. }
  202. Error OS::shell_open(String p_uri) {
  203. if (p_uri.begins_with("res://")) {
  204. WARN_PRINT("Attempting to open an URL with the \"res://\" protocol. Use `ProjectSettings.globalize_path()` to convert a Godot-specific path to a system path before opening it with `OS.shell_open()`.");
  205. } else if (p_uri.begins_with("user://")) {
  206. WARN_PRINT("Attempting to open an URL with the \"user://\" protocol. Use `ProjectSettings.globalize_path()` to convert a Godot-specific path to a system path before opening it with `OS.shell_open()`.");
  207. }
  208. return ::OS::get_singleton()->shell_open(p_uri);
  209. }
  210. String OS::read_string_from_stdin(bool p_block) {
  211. return ::OS::get_singleton()->get_stdin_string(true);
  212. }
  213. int OS::execute(const String &p_path, const Vector<String> &p_arguments, Array r_output, bool p_read_stderr, bool p_open_console) {
  214. List<String> args;
  215. for (int i = 0; i < p_arguments.size(); i++) {
  216. args.push_back(p_arguments[i]);
  217. }
  218. String pipe;
  219. int exitcode = 0;
  220. Error err = ::OS::get_singleton()->execute(p_path, args, &pipe, &exitcode, p_read_stderr, nullptr, p_open_console);
  221. r_output.push_back(pipe);
  222. if (err != OK) {
  223. return -1;
  224. }
  225. return exitcode;
  226. }
  227. int OS::create_instance(const Vector<String> &p_arguments) {
  228. List<String> args;
  229. for (int i = 0; i < p_arguments.size(); i++) {
  230. args.push_back(p_arguments[i]);
  231. }
  232. ::OS::ProcessID pid = 0;
  233. Error err = ::OS::get_singleton()->create_instance(args, &pid);
  234. if (err != OK) {
  235. return -1;
  236. }
  237. return pid;
  238. }
  239. int OS::create_process(const String &p_path, const Vector<String> &p_arguments, bool p_open_console) {
  240. List<String> args;
  241. for (int i = 0; i < p_arguments.size(); i++) {
  242. args.push_back(p_arguments[i]);
  243. }
  244. ::OS::ProcessID pid = 0;
  245. Error err = ::OS::get_singleton()->create_process(p_path, args, &pid, p_open_console);
  246. if (err != OK) {
  247. return -1;
  248. }
  249. return pid;
  250. }
  251. Error OS::kill(int p_pid) {
  252. return ::OS::get_singleton()->kill(p_pid);
  253. }
  254. bool OS::is_process_running(int p_pid) const {
  255. return ::OS::get_singleton()->is_process_running(p_pid);
  256. }
  257. int OS::get_process_id() const {
  258. return ::OS::get_singleton()->get_process_id();
  259. }
  260. bool OS::has_environment(const String &p_var) const {
  261. return ::OS::get_singleton()->has_environment(p_var);
  262. }
  263. String OS::get_environment(const String &p_var) const {
  264. return ::OS::get_singleton()->get_environment(p_var);
  265. }
  266. bool OS::set_environment(const String &p_var, const String &p_value) const {
  267. return ::OS::get_singleton()->set_environment(p_var, p_value);
  268. }
  269. String OS::get_name() const {
  270. return ::OS::get_singleton()->get_name();
  271. }
  272. String OS::get_distribution_name() const {
  273. return ::OS::get_singleton()->get_distribution_name();
  274. }
  275. String OS::get_version() const {
  276. return ::OS::get_singleton()->get_version();
  277. }
  278. Vector<String> OS::get_video_adapter_driver_info() const {
  279. return ::OS::get_singleton()->get_video_adapter_driver_info();
  280. }
  281. Vector<String> OS::get_cmdline_args() {
  282. List<String> cmdline = ::OS::get_singleton()->get_cmdline_args();
  283. Vector<String> cmdlinev;
  284. for (const String &E : cmdline) {
  285. cmdlinev.push_back(E);
  286. }
  287. return cmdlinev;
  288. }
  289. Vector<String> OS::get_cmdline_user_args() {
  290. List<String> cmdline = ::OS::get_singleton()->get_cmdline_user_args();
  291. Vector<String> cmdlinev;
  292. for (const String &E : cmdline) {
  293. cmdlinev.push_back(E);
  294. }
  295. return cmdlinev;
  296. }
  297. void OS::set_restart_on_exit(bool p_restart, const Vector<String> &p_restart_arguments) {
  298. List<String> args_list;
  299. for (const String &restart_argument : p_restart_arguments) {
  300. args_list.push_back(restart_argument);
  301. }
  302. ::OS::get_singleton()->set_restart_on_exit(p_restart, args_list);
  303. }
  304. bool OS::is_restart_on_exit_set() const {
  305. return ::OS::get_singleton()->is_restart_on_exit_set();
  306. }
  307. Vector<String> OS::get_restart_on_exit_arguments() const {
  308. List<String> args = ::OS::get_singleton()->get_restart_on_exit_arguments();
  309. Vector<String> args_vector;
  310. for (List<String>::Element *E = args.front(); E; E = E->next()) {
  311. args_vector.push_back(E->get());
  312. }
  313. return args_vector;
  314. }
  315. String OS::get_locale() const {
  316. return ::OS::get_singleton()->get_locale();
  317. }
  318. String OS::get_locale_language() const {
  319. return ::OS::get_singleton()->get_locale_language();
  320. }
  321. String OS::get_model_name() const {
  322. return ::OS::get_singleton()->get_model_name();
  323. }
  324. Error OS::set_thread_name(const String &p_name) {
  325. return ::Thread::set_name(p_name);
  326. }
  327. ::Thread::ID OS::get_thread_caller_id() const {
  328. return ::Thread::get_caller_id();
  329. };
  330. ::Thread::ID OS::get_main_thread_id() const {
  331. return ::Thread::get_main_id();
  332. };
  333. bool OS::has_feature(const String &p_feature) const {
  334. return ::OS::get_singleton()->has_feature(p_feature);
  335. }
  336. uint64_t OS::get_static_memory_usage() const {
  337. return ::OS::get_singleton()->get_static_memory_usage();
  338. }
  339. uint64_t OS::get_static_memory_peak_usage() const {
  340. return ::OS::get_singleton()->get_static_memory_peak_usage();
  341. }
  342. /** This method uses a signed argument for better error reporting as it's used from the scripting API. */
  343. void OS::delay_usec(int p_usec) const {
  344. ERR_FAIL_COND_MSG(
  345. p_usec < 0,
  346. vformat("Can't sleep for %d microseconds. The delay provided must be greater than or equal to 0 microseconds.", p_usec));
  347. ::OS::get_singleton()->delay_usec(p_usec);
  348. }
  349. /** This method uses a signed argument for better error reporting as it's used from the scripting API. */
  350. void OS::delay_msec(int p_msec) const {
  351. ERR_FAIL_COND_MSG(
  352. p_msec < 0,
  353. vformat("Can't sleep for %d milliseconds. The delay provided must be greater than or equal to 0 milliseconds.", p_msec));
  354. ::OS::get_singleton()->delay_usec(int64_t(p_msec) * 1000);
  355. }
  356. bool OS::is_userfs_persistent() const {
  357. return ::OS::get_singleton()->is_userfs_persistent();
  358. }
  359. int OS::get_processor_count() const {
  360. return ::OS::get_singleton()->get_processor_count();
  361. }
  362. String OS::get_processor_name() const {
  363. return ::OS::get_singleton()->get_processor_name();
  364. }
  365. bool OS::is_stdout_verbose() const {
  366. return ::OS::get_singleton()->is_stdout_verbose();
  367. }
  368. Error OS::move_to_trash(const String &p_path) const {
  369. return ::OS::get_singleton()->move_to_trash(p_path);
  370. }
  371. String OS::get_user_data_dir() const {
  372. return ::OS::get_singleton()->get_user_data_dir();
  373. }
  374. String OS::get_config_dir() const {
  375. // Exposed as `get_config_dir()` instead of `get_config_path()` for consistency with other exposed OS methods.
  376. return ::OS::get_singleton()->get_config_path();
  377. }
  378. String OS::get_data_dir() const {
  379. // Exposed as `get_data_dir()` instead of `get_data_path()` for consistency with other exposed OS methods.
  380. return ::OS::get_singleton()->get_data_path();
  381. }
  382. String OS::get_cache_dir() const {
  383. // Exposed as `get_cache_dir()` instead of `get_cache_path()` for consistency with other exposed OS methods.
  384. return ::OS::get_singleton()->get_cache_path();
  385. }
  386. bool OS::is_debug_build() const {
  387. #ifdef DEBUG_ENABLED
  388. return true;
  389. #else
  390. return false;
  391. #endif
  392. }
  393. String OS::get_system_dir(SystemDir p_dir, bool p_shared_storage) const {
  394. return ::OS::get_singleton()->get_system_dir(::OS::SystemDir(p_dir), p_shared_storage);
  395. }
  396. String OS::get_keycode_string(Key p_code) const {
  397. return ::keycode_get_string(p_code);
  398. }
  399. bool OS::is_keycode_unicode(char32_t p_unicode) const {
  400. return ::keycode_has_unicode((Key)p_unicode);
  401. }
  402. Key OS::find_keycode_from_string(const String &p_code) const {
  403. return find_keycode(p_code);
  404. }
  405. bool OS::request_permission(const String &p_name) {
  406. return ::OS::get_singleton()->request_permission(p_name);
  407. }
  408. bool OS::request_permissions() {
  409. return ::OS::get_singleton()->request_permissions();
  410. }
  411. Vector<String> OS::get_granted_permissions() const {
  412. return ::OS::get_singleton()->get_granted_permissions();
  413. }
  414. String OS::get_unique_id() const {
  415. return ::OS::get_singleton()->get_unique_id();
  416. }
  417. OS *OS::singleton = nullptr;
  418. void OS::_bind_methods() {
  419. ClassDB::bind_method(D_METHOD("get_connected_midi_inputs"), &OS::get_connected_midi_inputs);
  420. ClassDB::bind_method(D_METHOD("open_midi_inputs"), &OS::open_midi_inputs);
  421. ClassDB::bind_method(D_METHOD("close_midi_inputs"), &OS::close_midi_inputs);
  422. ClassDB::bind_method(D_METHOD("alert", "text", "title"), &OS::alert, DEFVAL("Alert!"));
  423. ClassDB::bind_method(D_METHOD("crash", "message"), &OS::crash);
  424. ClassDB::bind_method(D_METHOD("set_low_processor_usage_mode", "enable"), &OS::set_low_processor_usage_mode);
  425. ClassDB::bind_method(D_METHOD("is_in_low_processor_usage_mode"), &OS::is_in_low_processor_usage_mode);
  426. ClassDB::bind_method(D_METHOD("set_low_processor_usage_mode_sleep_usec", "usec"), &OS::set_low_processor_usage_mode_sleep_usec);
  427. ClassDB::bind_method(D_METHOD("get_low_processor_usage_mode_sleep_usec"), &OS::get_low_processor_usage_mode_sleep_usec);
  428. ClassDB::bind_method(D_METHOD("get_processor_count"), &OS::get_processor_count);
  429. ClassDB::bind_method(D_METHOD("get_processor_name"), &OS::get_processor_name);
  430. ClassDB::bind_method(D_METHOD("get_system_fonts"), &OS::get_system_fonts);
  431. ClassDB::bind_method(D_METHOD("get_system_font_path", "font_name", "weight", "stretch", "italic"), &OS::get_system_font_path, DEFVAL(400), DEFVAL(100), DEFVAL(false));
  432. ClassDB::bind_method(D_METHOD("get_system_font_path_for_text", "font_name", "text", "locale", "script", "weight", "stretch", "italic"), &OS::get_system_font_path_for_text, DEFVAL(String()), DEFVAL(String()), DEFVAL(400), DEFVAL(100), DEFVAL(false));
  433. ClassDB::bind_method(D_METHOD("get_executable_path"), &OS::get_executable_path);
  434. ClassDB::bind_method(D_METHOD("read_string_from_stdin", "block"), &OS::read_string_from_stdin, DEFVAL(true));
  435. ClassDB::bind_method(D_METHOD("execute", "path", "arguments", "output", "read_stderr", "open_console"), &OS::execute, DEFVAL(Array()), DEFVAL(false), DEFVAL(false));
  436. ClassDB::bind_method(D_METHOD("create_process", "path", "arguments", "open_console"), &OS::create_process, DEFVAL(false));
  437. ClassDB::bind_method(D_METHOD("create_instance", "arguments"), &OS::create_instance);
  438. ClassDB::bind_method(D_METHOD("kill", "pid"), &OS::kill);
  439. ClassDB::bind_method(D_METHOD("shell_open", "uri"), &OS::shell_open);
  440. ClassDB::bind_method(D_METHOD("is_process_running", "pid"), &OS::is_process_running);
  441. ClassDB::bind_method(D_METHOD("get_process_id"), &OS::get_process_id);
  442. ClassDB::bind_method(D_METHOD("get_environment", "variable"), &OS::get_environment);
  443. ClassDB::bind_method(D_METHOD("set_environment", "variable", "value"), &OS::set_environment);
  444. ClassDB::bind_method(D_METHOD("has_environment", "variable"), &OS::has_environment);
  445. ClassDB::bind_method(D_METHOD("get_name"), &OS::get_name);
  446. ClassDB::bind_method(D_METHOD("get_distribution_name"), &OS::get_distribution_name);
  447. ClassDB::bind_method(D_METHOD("get_version"), &OS::get_version);
  448. ClassDB::bind_method(D_METHOD("get_cmdline_args"), &OS::get_cmdline_args);
  449. ClassDB::bind_method(D_METHOD("get_cmdline_user_args"), &OS::get_cmdline_user_args);
  450. ClassDB::bind_method(D_METHOD("get_video_adapter_driver_info"), &OS::get_video_adapter_driver_info);
  451. ClassDB::bind_method(D_METHOD("set_restart_on_exit", "restart", "arguments"), &OS::set_restart_on_exit, DEFVAL(Vector<String>()));
  452. ClassDB::bind_method(D_METHOD("is_restart_on_exit_set"), &OS::is_restart_on_exit_set);
  453. ClassDB::bind_method(D_METHOD("get_restart_on_exit_arguments"), &OS::get_restart_on_exit_arguments);
  454. ClassDB::bind_method(D_METHOD("delay_usec", "usec"), &OS::delay_usec);
  455. ClassDB::bind_method(D_METHOD("delay_msec", "msec"), &OS::delay_msec);
  456. ClassDB::bind_method(D_METHOD("get_locale"), &OS::get_locale);
  457. ClassDB::bind_method(D_METHOD("get_locale_language"), &OS::get_locale_language);
  458. ClassDB::bind_method(D_METHOD("get_model_name"), &OS::get_model_name);
  459. ClassDB::bind_method(D_METHOD("is_userfs_persistent"), &OS::is_userfs_persistent);
  460. ClassDB::bind_method(D_METHOD("is_stdout_verbose"), &OS::is_stdout_verbose);
  461. ClassDB::bind_method(D_METHOD("is_debug_build"), &OS::is_debug_build);
  462. ClassDB::bind_method(D_METHOD("get_static_memory_usage"), &OS::get_static_memory_usage);
  463. ClassDB::bind_method(D_METHOD("get_static_memory_peak_usage"), &OS::get_static_memory_peak_usage);
  464. ClassDB::bind_method(D_METHOD("move_to_trash", "path"), &OS::move_to_trash);
  465. ClassDB::bind_method(D_METHOD("get_user_data_dir"), &OS::get_user_data_dir);
  466. ClassDB::bind_method(D_METHOD("get_system_dir", "dir", "shared_storage"), &OS::get_system_dir, DEFVAL(true));
  467. ClassDB::bind_method(D_METHOD("get_config_dir"), &OS::get_config_dir);
  468. ClassDB::bind_method(D_METHOD("get_data_dir"), &OS::get_data_dir);
  469. ClassDB::bind_method(D_METHOD("get_cache_dir"), &OS::get_cache_dir);
  470. ClassDB::bind_method(D_METHOD("get_unique_id"), &OS::get_unique_id);
  471. ClassDB::bind_method(D_METHOD("get_keycode_string", "code"), &OS::get_keycode_string);
  472. ClassDB::bind_method(D_METHOD("is_keycode_unicode", "code"), &OS::is_keycode_unicode);
  473. ClassDB::bind_method(D_METHOD("find_keycode_from_string", "string"), &OS::find_keycode_from_string);
  474. ClassDB::bind_method(D_METHOD("set_use_file_access_save_and_swap", "enabled"), &OS::set_use_file_access_save_and_swap);
  475. ClassDB::bind_method(D_METHOD("set_thread_name", "name"), &OS::set_thread_name);
  476. ClassDB::bind_method(D_METHOD("get_thread_caller_id"), &OS::get_thread_caller_id);
  477. ClassDB::bind_method(D_METHOD("get_main_thread_id"), &OS::get_main_thread_id);
  478. ClassDB::bind_method(D_METHOD("has_feature", "tag_name"), &OS::has_feature);
  479. ClassDB::bind_method(D_METHOD("request_permission", "name"), &OS::request_permission);
  480. ClassDB::bind_method(D_METHOD("request_permissions"), &OS::request_permissions);
  481. ClassDB::bind_method(D_METHOD("get_granted_permissions"), &OS::get_granted_permissions);
  482. ADD_PROPERTY(PropertyInfo(Variant::BOOL, "low_processor_usage_mode"), "set_low_processor_usage_mode", "is_in_low_processor_usage_mode");
  483. ADD_PROPERTY(PropertyInfo(Variant::INT, "low_processor_usage_mode_sleep_usec"), "set_low_processor_usage_mode_sleep_usec", "get_low_processor_usage_mode_sleep_usec");
  484. // Those default values need to be specified for the docs generator,
  485. // to avoid using values from the documentation writer's own OS instance.
  486. ADD_PROPERTY_DEFAULT("low_processor_usage_mode", false);
  487. ADD_PROPERTY_DEFAULT("low_processor_usage_mode_sleep_usec", 6900);
  488. BIND_ENUM_CONSTANT(RENDERING_DRIVER_VULKAN);
  489. BIND_ENUM_CONSTANT(RENDERING_DRIVER_OPENGL3);
  490. BIND_ENUM_CONSTANT(SYSTEM_DIR_DESKTOP);
  491. BIND_ENUM_CONSTANT(SYSTEM_DIR_DCIM);
  492. BIND_ENUM_CONSTANT(SYSTEM_DIR_DOCUMENTS);
  493. BIND_ENUM_CONSTANT(SYSTEM_DIR_DOWNLOADS);
  494. BIND_ENUM_CONSTANT(SYSTEM_DIR_MOVIES);
  495. BIND_ENUM_CONSTANT(SYSTEM_DIR_MUSIC);
  496. BIND_ENUM_CONSTANT(SYSTEM_DIR_PICTURES);
  497. BIND_ENUM_CONSTANT(SYSTEM_DIR_RINGTONES);
  498. }
  499. ////// Geometry2D //////
  500. Geometry2D *Geometry2D::singleton = nullptr;
  501. Geometry2D *Geometry2D::get_singleton() {
  502. return singleton;
  503. }
  504. bool Geometry2D::is_point_in_circle(const Vector2 &p_point, const Vector2 &p_circle_pos, real_t p_circle_radius) {
  505. return ::Geometry2D::is_point_in_circle(p_point, p_circle_pos, p_circle_radius);
  506. }
  507. real_t Geometry2D::segment_intersects_circle(const Vector2 &p_from, const Vector2 &p_to, const Vector2 &p_circle_pos, real_t p_circle_radius) {
  508. return ::Geometry2D::segment_intersects_circle(p_from, p_to, p_circle_pos, p_circle_radius);
  509. }
  510. Variant Geometry2D::segment_intersects_segment(const Vector2 &p_from_a, const Vector2 &p_to_a, const Vector2 &p_from_b, const Vector2 &p_to_b) {
  511. Vector2 result;
  512. if (::Geometry2D::segment_intersects_segment(p_from_a, p_to_a, p_from_b, p_to_b, &result)) {
  513. return result;
  514. } else {
  515. return Variant();
  516. }
  517. }
  518. Variant Geometry2D::line_intersects_line(const Vector2 &p_from_a, const Vector2 &p_dir_a, const Vector2 &p_from_b, const Vector2 &p_dir_b) {
  519. Vector2 result;
  520. if (::Geometry2D::line_intersects_line(p_from_a, p_dir_a, p_from_b, p_dir_b, result)) {
  521. return result;
  522. } else {
  523. return Variant();
  524. }
  525. }
  526. Vector<Vector2> Geometry2D::get_closest_points_between_segments(const Vector2 &p1, const Vector2 &q1, const Vector2 &p2, const Vector2 &q2) {
  527. Vector2 r1, r2;
  528. ::Geometry2D::get_closest_points_between_segments(p1, q1, p2, q2, r1, r2);
  529. Vector<Vector2> r = { r1, r2 };
  530. return r;
  531. }
  532. Vector2 Geometry2D::get_closest_point_to_segment(const Vector2 &p_point, const Vector2 &p_a, const Vector2 &p_b) {
  533. Vector2 s[2] = { p_a, p_b };
  534. return ::Geometry2D::get_closest_point_to_segment(p_point, s);
  535. }
  536. Vector2 Geometry2D::get_closest_point_to_segment_uncapped(const Vector2 &p_point, const Vector2 &p_a, const Vector2 &p_b) {
  537. Vector2 s[2] = { p_a, p_b };
  538. return ::Geometry2D::get_closest_point_to_segment_uncapped(p_point, s);
  539. }
  540. bool Geometry2D::point_is_inside_triangle(const Vector2 &s, const Vector2 &a, const Vector2 &b, const Vector2 &c) const {
  541. return ::Geometry2D::is_point_in_triangle(s, a, b, c);
  542. }
  543. bool Geometry2D::is_polygon_clockwise(const Vector<Vector2> &p_polygon) {
  544. return ::Geometry2D::is_polygon_clockwise(p_polygon);
  545. }
  546. bool Geometry2D::is_point_in_polygon(const Point2 &p_point, const Vector<Vector2> &p_polygon) {
  547. return ::Geometry2D::is_point_in_polygon(p_point, p_polygon);
  548. }
  549. Vector<int> Geometry2D::triangulate_polygon(const Vector<Vector2> &p_polygon) {
  550. return ::Geometry2D::triangulate_polygon(p_polygon);
  551. }
  552. Vector<int> Geometry2D::triangulate_delaunay(const Vector<Vector2> &p_points) {
  553. return ::Geometry2D::triangulate_delaunay(p_points);
  554. }
  555. Vector<Point2> Geometry2D::convex_hull(const Vector<Point2> &p_points) {
  556. return ::Geometry2D::convex_hull(p_points);
  557. }
  558. TypedArray<PackedVector2Array> Geometry2D::decompose_polygon_in_convex(const Vector<Vector2> &p_polygon) {
  559. Vector<Vector<Point2>> decomp = ::Geometry2D::decompose_polygon_in_convex(p_polygon);
  560. TypedArray<PackedVector2Array> ret;
  561. for (int i = 0; i < decomp.size(); ++i) {
  562. ret.push_back(decomp[i]);
  563. }
  564. return ret;
  565. }
  566. TypedArray<PackedVector2Array> Geometry2D::merge_polygons(const Vector<Vector2> &p_polygon_a, const Vector<Vector2> &p_polygon_b) {
  567. Vector<Vector<Point2>> polys = ::Geometry2D::merge_polygons(p_polygon_a, p_polygon_b);
  568. Array ret;
  569. for (int i = 0; i < polys.size(); ++i) {
  570. ret.push_back(polys[i]);
  571. }
  572. return ret;
  573. }
  574. TypedArray<PackedVector2Array> Geometry2D::clip_polygons(const Vector<Vector2> &p_polygon_a, const Vector<Vector2> &p_polygon_b) {
  575. Vector<Vector<Point2>> polys = ::Geometry2D::clip_polygons(p_polygon_a, p_polygon_b);
  576. TypedArray<PackedVector2Array> ret;
  577. for (int i = 0; i < polys.size(); ++i) {
  578. ret.push_back(polys[i]);
  579. }
  580. return ret;
  581. }
  582. TypedArray<PackedVector2Array> Geometry2D::intersect_polygons(const Vector<Vector2> &p_polygon_a, const Vector<Vector2> &p_polygon_b) {
  583. Vector<Vector<Point2>> polys = ::Geometry2D::intersect_polygons(p_polygon_a, p_polygon_b);
  584. Array ret;
  585. for (int i = 0; i < polys.size(); ++i) {
  586. ret.push_back(polys[i]);
  587. }
  588. return ret;
  589. }
  590. TypedArray<PackedVector2Array> Geometry2D::exclude_polygons(const Vector<Vector2> &p_polygon_a, const Vector<Vector2> &p_polygon_b) {
  591. Vector<Vector<Point2>> polys = ::Geometry2D::exclude_polygons(p_polygon_a, p_polygon_b);
  592. Array ret;
  593. for (int i = 0; i < polys.size(); ++i) {
  594. ret.push_back(polys[i]);
  595. }
  596. return ret;
  597. }
  598. TypedArray<PackedVector2Array> Geometry2D::clip_polyline_with_polygon(const Vector<Vector2> &p_polyline, const Vector<Vector2> &p_polygon) {
  599. Vector<Vector<Point2>> polys = ::Geometry2D::clip_polyline_with_polygon(p_polyline, p_polygon);
  600. Array ret;
  601. for (int i = 0; i < polys.size(); ++i) {
  602. ret.push_back(polys[i]);
  603. }
  604. return ret;
  605. }
  606. TypedArray<PackedVector2Array> Geometry2D::intersect_polyline_with_polygon(const Vector<Vector2> &p_polyline, const Vector<Vector2> &p_polygon) {
  607. Vector<Vector<Point2>> polys = ::Geometry2D::intersect_polyline_with_polygon(p_polyline, p_polygon);
  608. Array ret;
  609. for (int i = 0; i < polys.size(); ++i) {
  610. ret.push_back(polys[i]);
  611. }
  612. return ret;
  613. }
  614. TypedArray<PackedVector2Array> Geometry2D::offset_polygon(const Vector<Vector2> &p_polygon, real_t p_delta, PolyJoinType p_join_type) {
  615. Vector<Vector<Point2>> polys = ::Geometry2D::offset_polygon(p_polygon, p_delta, ::Geometry2D::PolyJoinType(p_join_type));
  616. Array ret;
  617. for (int i = 0; i < polys.size(); ++i) {
  618. ret.push_back(polys[i]);
  619. }
  620. return ret;
  621. }
  622. TypedArray<PackedVector2Array> Geometry2D::offset_polyline(const Vector<Vector2> &p_polygon, real_t p_delta, PolyJoinType p_join_type, PolyEndType p_end_type) {
  623. Vector<Vector<Point2>> polys = ::Geometry2D::offset_polyline(p_polygon, p_delta, ::Geometry2D::PolyJoinType(p_join_type), ::Geometry2D::PolyEndType(p_end_type));
  624. Array ret;
  625. for (int i = 0; i < polys.size(); ++i) {
  626. ret.push_back(polys[i]);
  627. }
  628. return ret;
  629. }
  630. Dictionary Geometry2D::make_atlas(const Vector<Size2> &p_rects) {
  631. Dictionary ret;
  632. Vector<Size2i> rects;
  633. for (int i = 0; i < p_rects.size(); i++) {
  634. rects.push_back(p_rects[i]);
  635. }
  636. Vector<Point2i> result;
  637. Size2i size;
  638. ::Geometry2D::make_atlas(rects, result, size);
  639. Vector<Point2> r_result;
  640. for (int i = 0; i < result.size(); i++) {
  641. r_result.push_back(result[i]);
  642. }
  643. ret["points"] = r_result;
  644. ret["size"] = size;
  645. return ret;
  646. }
  647. void Geometry2D::_bind_methods() {
  648. ClassDB::bind_method(D_METHOD("is_point_in_circle", "point", "circle_position", "circle_radius"), &Geometry2D::is_point_in_circle);
  649. ClassDB::bind_method(D_METHOD("segment_intersects_circle", "segment_from", "segment_to", "circle_position", "circle_radius"), &Geometry2D::segment_intersects_circle);
  650. ClassDB::bind_method(D_METHOD("segment_intersects_segment", "from_a", "to_a", "from_b", "to_b"), &Geometry2D::segment_intersects_segment);
  651. ClassDB::bind_method(D_METHOD("line_intersects_line", "from_a", "dir_a", "from_b", "dir_b"), &Geometry2D::line_intersects_line);
  652. ClassDB::bind_method(D_METHOD("get_closest_points_between_segments", "p1", "q1", "p2", "q2"), &Geometry2D::get_closest_points_between_segments);
  653. ClassDB::bind_method(D_METHOD("get_closest_point_to_segment", "point", "s1", "s2"), &Geometry2D::get_closest_point_to_segment);
  654. ClassDB::bind_method(D_METHOD("get_closest_point_to_segment_uncapped", "point", "s1", "s2"), &Geometry2D::get_closest_point_to_segment_uncapped);
  655. ClassDB::bind_method(D_METHOD("point_is_inside_triangle", "point", "a", "b", "c"), &Geometry2D::point_is_inside_triangle);
  656. ClassDB::bind_method(D_METHOD("is_polygon_clockwise", "polygon"), &Geometry2D::is_polygon_clockwise);
  657. ClassDB::bind_method(D_METHOD("is_point_in_polygon", "point", "polygon"), &Geometry2D::is_point_in_polygon);
  658. ClassDB::bind_method(D_METHOD("triangulate_polygon", "polygon"), &Geometry2D::triangulate_polygon);
  659. ClassDB::bind_method(D_METHOD("triangulate_delaunay", "points"), &Geometry2D::triangulate_delaunay);
  660. ClassDB::bind_method(D_METHOD("convex_hull", "points"), &Geometry2D::convex_hull);
  661. ClassDB::bind_method(D_METHOD("decompose_polygon_in_convex", "polygon"), &Geometry2D::decompose_polygon_in_convex);
  662. ClassDB::bind_method(D_METHOD("merge_polygons", "polygon_a", "polygon_b"), &Geometry2D::merge_polygons);
  663. ClassDB::bind_method(D_METHOD("clip_polygons", "polygon_a", "polygon_b"), &Geometry2D::clip_polygons);
  664. ClassDB::bind_method(D_METHOD("intersect_polygons", "polygon_a", "polygon_b"), &Geometry2D::intersect_polygons);
  665. ClassDB::bind_method(D_METHOD("exclude_polygons", "polygon_a", "polygon_b"), &Geometry2D::exclude_polygons);
  666. ClassDB::bind_method(D_METHOD("clip_polyline_with_polygon", "polyline", "polygon"), &Geometry2D::clip_polyline_with_polygon);
  667. ClassDB::bind_method(D_METHOD("intersect_polyline_with_polygon", "polyline", "polygon"), &Geometry2D::intersect_polyline_with_polygon);
  668. ClassDB::bind_method(D_METHOD("offset_polygon", "polygon", "delta", "join_type"), &Geometry2D::offset_polygon, DEFVAL(JOIN_SQUARE));
  669. ClassDB::bind_method(D_METHOD("offset_polyline", "polyline", "delta", "join_type", "end_type"), &Geometry2D::offset_polyline, DEFVAL(JOIN_SQUARE), DEFVAL(END_SQUARE));
  670. ClassDB::bind_method(D_METHOD("make_atlas", "sizes"), &Geometry2D::make_atlas);
  671. BIND_ENUM_CONSTANT(OPERATION_UNION);
  672. BIND_ENUM_CONSTANT(OPERATION_DIFFERENCE);
  673. BIND_ENUM_CONSTANT(OPERATION_INTERSECTION);
  674. BIND_ENUM_CONSTANT(OPERATION_XOR);
  675. BIND_ENUM_CONSTANT(JOIN_SQUARE);
  676. BIND_ENUM_CONSTANT(JOIN_ROUND);
  677. BIND_ENUM_CONSTANT(JOIN_MITER);
  678. BIND_ENUM_CONSTANT(END_POLYGON);
  679. BIND_ENUM_CONSTANT(END_JOINED);
  680. BIND_ENUM_CONSTANT(END_BUTT);
  681. BIND_ENUM_CONSTANT(END_SQUARE);
  682. BIND_ENUM_CONSTANT(END_ROUND);
  683. }
  684. ////// Geometry3D //////
  685. Geometry3D *Geometry3D::singleton = nullptr;
  686. Geometry3D *Geometry3D::get_singleton() {
  687. return singleton;
  688. }
  689. TypedArray<Plane> Geometry3D::build_box_planes(const Vector3 &p_extents) {
  690. Variant ret = ::Geometry3D::build_box_planes(p_extents);
  691. return ret;
  692. }
  693. TypedArray<Plane> Geometry3D::build_cylinder_planes(float p_radius, float p_height, int p_sides, Vector3::Axis p_axis) {
  694. Variant ret = ::Geometry3D::build_cylinder_planes(p_radius, p_height, p_sides, p_axis);
  695. return ret;
  696. }
  697. TypedArray<Plane> Geometry3D::build_capsule_planes(float p_radius, float p_height, int p_sides, int p_lats, Vector3::Axis p_axis) {
  698. Variant ret = ::Geometry3D::build_capsule_planes(p_radius, p_height, p_sides, p_lats, p_axis);
  699. return ret;
  700. }
  701. Vector<Vector3> Geometry3D::get_closest_points_between_segments(const Vector3 &p1, const Vector3 &p2, const Vector3 &q1, const Vector3 &q2) {
  702. Vector3 r1, r2;
  703. ::Geometry3D::get_closest_points_between_segments(p1, p2, q1, q2, r1, r2);
  704. Vector<Vector3> r = { r1, r2 };
  705. return r;
  706. }
  707. Vector3 Geometry3D::get_closest_point_to_segment(const Vector3 &p_point, const Vector3 &p_a, const Vector3 &p_b) {
  708. Vector3 s[2] = { p_a, p_b };
  709. return ::Geometry3D::get_closest_point_to_segment(p_point, s);
  710. }
  711. Vector3 Geometry3D::get_closest_point_to_segment_uncapped(const Vector3 &p_point, const Vector3 &p_a, const Vector3 &p_b) {
  712. Vector3 s[2] = { p_a, p_b };
  713. return ::Geometry3D::get_closest_point_to_segment_uncapped(p_point, s);
  714. }
  715. Variant Geometry3D::ray_intersects_triangle(const Vector3 &p_from, const Vector3 &p_dir, const Vector3 &p_v0, const Vector3 &p_v1, const Vector3 &p_v2) {
  716. Vector3 res;
  717. if (::Geometry3D::ray_intersects_triangle(p_from, p_dir, p_v0, p_v1, p_v2, &res)) {
  718. return res;
  719. } else {
  720. return Variant();
  721. }
  722. }
  723. Variant Geometry3D::segment_intersects_triangle(const Vector3 &p_from, const Vector3 &p_to, const Vector3 &p_v0, const Vector3 &p_v1, const Vector3 &p_v2) {
  724. Vector3 res;
  725. if (::Geometry3D::segment_intersects_triangle(p_from, p_to, p_v0, p_v1, p_v2, &res)) {
  726. return res;
  727. } else {
  728. return Variant();
  729. }
  730. }
  731. Vector<Vector3> Geometry3D::segment_intersects_sphere(const Vector3 &p_from, const Vector3 &p_to, const Vector3 &p_sphere_pos, real_t p_sphere_radius) {
  732. Vector<Vector3> r;
  733. Vector3 res, norm;
  734. if (!::Geometry3D::segment_intersects_sphere(p_from, p_to, p_sphere_pos, p_sphere_radius, &res, &norm)) {
  735. return r;
  736. }
  737. r.resize(2);
  738. r.set(0, res);
  739. r.set(1, norm);
  740. return r;
  741. }
  742. Vector<Vector3> Geometry3D::segment_intersects_cylinder(const Vector3 &p_from, const Vector3 &p_to, float p_height, float p_radius) {
  743. Vector<Vector3> r;
  744. Vector3 res, norm;
  745. if (!::Geometry3D::segment_intersects_cylinder(p_from, p_to, p_height, p_radius, &res, &norm)) {
  746. return r;
  747. }
  748. r.resize(2);
  749. r.set(0, res);
  750. r.set(1, norm);
  751. return r;
  752. }
  753. Vector<Vector3> Geometry3D::segment_intersects_convex(const Vector3 &p_from, const Vector3 &p_to, const Vector<Plane> &p_planes) {
  754. Vector<Vector3> r;
  755. Vector3 res, norm;
  756. if (!::Geometry3D::segment_intersects_convex(p_from, p_to, p_planes.ptr(), p_planes.size(), &res, &norm)) {
  757. return r;
  758. }
  759. r.resize(2);
  760. r.set(0, res);
  761. r.set(1, norm);
  762. return r;
  763. }
  764. Vector<Vector3> Geometry3D::clip_polygon(const Vector<Vector3> &p_points, const Plane &p_plane) {
  765. return ::Geometry3D::clip_polygon(p_points, p_plane);
  766. }
  767. void Geometry3D::_bind_methods() {
  768. ClassDB::bind_method(D_METHOD("build_box_planes", "extents"), &Geometry3D::build_box_planes);
  769. ClassDB::bind_method(D_METHOD("build_cylinder_planes", "radius", "height", "sides", "axis"), &Geometry3D::build_cylinder_planes, DEFVAL(Vector3::AXIS_Z));
  770. ClassDB::bind_method(D_METHOD("build_capsule_planes", "radius", "height", "sides", "lats", "axis"), &Geometry3D::build_capsule_planes, DEFVAL(Vector3::AXIS_Z));
  771. ClassDB::bind_method(D_METHOD("get_closest_points_between_segments", "p1", "p2", "q1", "q2"), &Geometry3D::get_closest_points_between_segments);
  772. ClassDB::bind_method(D_METHOD("get_closest_point_to_segment", "point", "s1", "s2"), &Geometry3D::get_closest_point_to_segment);
  773. ClassDB::bind_method(D_METHOD("get_closest_point_to_segment_uncapped", "point", "s1", "s2"), &Geometry3D::get_closest_point_to_segment_uncapped);
  774. ClassDB::bind_method(D_METHOD("ray_intersects_triangle", "from", "dir", "a", "b", "c"), &Geometry3D::ray_intersects_triangle);
  775. ClassDB::bind_method(D_METHOD("segment_intersects_triangle", "from", "to", "a", "b", "c"), &Geometry3D::segment_intersects_triangle);
  776. ClassDB::bind_method(D_METHOD("segment_intersects_sphere", "from", "to", "sphere_position", "sphere_radius"), &Geometry3D::segment_intersects_sphere);
  777. ClassDB::bind_method(D_METHOD("segment_intersects_cylinder", "from", "to", "height", "radius"), &Geometry3D::segment_intersects_cylinder);
  778. ClassDB::bind_method(D_METHOD("segment_intersects_convex", "from", "to", "planes"), &Geometry3D::segment_intersects_convex);
  779. ClassDB::bind_method(D_METHOD("clip_polygon", "points", "plane"), &Geometry3D::clip_polygon);
  780. }
  781. ////// Marshalls //////
  782. Marshalls *Marshalls::singleton = nullptr;
  783. Marshalls *Marshalls::get_singleton() {
  784. return singleton;
  785. }
  786. String Marshalls::variant_to_base64(const Variant &p_var, bool p_full_objects) {
  787. int len;
  788. Error err = encode_variant(p_var, nullptr, len, p_full_objects);
  789. ERR_FAIL_COND_V_MSG(err != OK, "", "Error when trying to encode Variant.");
  790. Vector<uint8_t> buff;
  791. buff.resize(len);
  792. uint8_t *w = buff.ptrw();
  793. err = encode_variant(p_var, &w[0], len, p_full_objects);
  794. ERR_FAIL_COND_V_MSG(err != OK, "", "Error when trying to encode Variant.");
  795. String ret = CryptoCore::b64_encode_str(&w[0], len);
  796. ERR_FAIL_COND_V(ret.is_empty(), ret);
  797. return ret;
  798. }
  799. Variant Marshalls::base64_to_variant(const String &p_str, bool p_allow_objects) {
  800. int strlen = p_str.length();
  801. CharString cstr = p_str.ascii();
  802. Vector<uint8_t> buf;
  803. buf.resize(strlen / 4 * 3 + 1);
  804. uint8_t *w = buf.ptrw();
  805. size_t len = 0;
  806. ERR_FAIL_COND_V(CryptoCore::b64_decode(&w[0], buf.size(), &len, (unsigned char *)cstr.get_data(), strlen) != OK, Variant());
  807. Variant v;
  808. Error err = decode_variant(v, &w[0], len, nullptr, p_allow_objects);
  809. ERR_FAIL_COND_V_MSG(err != OK, Variant(), "Error when trying to decode Variant.");
  810. return v;
  811. }
  812. String Marshalls::raw_to_base64(const Vector<uint8_t> &p_arr) {
  813. String ret = CryptoCore::b64_encode_str(p_arr.ptr(), p_arr.size());
  814. ERR_FAIL_COND_V(ret.is_empty(), ret);
  815. return ret;
  816. }
  817. Vector<uint8_t> Marshalls::base64_to_raw(const String &p_str) {
  818. int strlen = p_str.length();
  819. CharString cstr = p_str.ascii();
  820. size_t arr_len = 0;
  821. Vector<uint8_t> buf;
  822. {
  823. buf.resize(strlen / 4 * 3 + 1);
  824. uint8_t *w = buf.ptrw();
  825. ERR_FAIL_COND_V(CryptoCore::b64_decode(&w[0], buf.size(), &arr_len, (unsigned char *)cstr.get_data(), strlen) != OK, Vector<uint8_t>());
  826. }
  827. buf.resize(arr_len);
  828. return buf;
  829. }
  830. String Marshalls::utf8_to_base64(const String &p_str) {
  831. CharString cstr = p_str.utf8();
  832. String ret = CryptoCore::b64_encode_str((unsigned char *)cstr.get_data(), cstr.length());
  833. ERR_FAIL_COND_V(ret.is_empty(), ret);
  834. return ret;
  835. }
  836. String Marshalls::base64_to_utf8(const String &p_str) {
  837. int strlen = p_str.length();
  838. CharString cstr = p_str.ascii();
  839. Vector<uint8_t> buf;
  840. buf.resize(strlen / 4 * 3 + 1 + 1);
  841. uint8_t *w = buf.ptrw();
  842. size_t len = 0;
  843. ERR_FAIL_COND_V(CryptoCore::b64_decode(&w[0], buf.size(), &len, (unsigned char *)cstr.get_data(), strlen) != OK, String());
  844. w[len] = 0;
  845. String ret = String::utf8((char *)&w[0]);
  846. return ret;
  847. }
  848. void Marshalls::_bind_methods() {
  849. ClassDB::bind_method(D_METHOD("variant_to_base64", "variant", "full_objects"), &Marshalls::variant_to_base64, DEFVAL(false));
  850. ClassDB::bind_method(D_METHOD("base64_to_variant", "base64_str", "allow_objects"), &Marshalls::base64_to_variant, DEFVAL(false));
  851. ClassDB::bind_method(D_METHOD("raw_to_base64", "array"), &Marshalls::raw_to_base64);
  852. ClassDB::bind_method(D_METHOD("base64_to_raw", "base64_str"), &Marshalls::base64_to_raw);
  853. ClassDB::bind_method(D_METHOD("utf8_to_base64", "utf8_str"), &Marshalls::utf8_to_base64);
  854. ClassDB::bind_method(D_METHOD("base64_to_utf8", "base64_str"), &Marshalls::base64_to_utf8);
  855. }
  856. ////// Semaphore //////
  857. void Semaphore::wait() {
  858. semaphore.wait();
  859. }
  860. Error Semaphore::try_wait() {
  861. return semaphore.try_wait() ? OK : ERR_BUSY;
  862. }
  863. void Semaphore::post() {
  864. semaphore.post();
  865. }
  866. void Semaphore::_bind_methods() {
  867. ClassDB::bind_method(D_METHOD("wait"), &Semaphore::wait);
  868. ClassDB::bind_method(D_METHOD("try_wait"), &Semaphore::try_wait);
  869. ClassDB::bind_method(D_METHOD("post"), &Semaphore::post);
  870. }
  871. ////// Mutex //////
  872. void Mutex::lock() {
  873. mutex.lock();
  874. }
  875. Error Mutex::try_lock() {
  876. return mutex.try_lock();
  877. }
  878. void Mutex::unlock() {
  879. mutex.unlock();
  880. }
  881. void Mutex::_bind_methods() {
  882. ClassDB::bind_method(D_METHOD("lock"), &Mutex::lock);
  883. ClassDB::bind_method(D_METHOD("try_lock"), &Mutex::try_lock);
  884. ClassDB::bind_method(D_METHOD("unlock"), &Mutex::unlock);
  885. }
  886. ////// Thread //////
  887. void Thread::_start_func(void *ud) {
  888. Ref<Thread> *tud = (Ref<Thread> *)ud;
  889. Ref<Thread> t = *tud;
  890. memdelete(tud);
  891. Object *target_instance = t->target_callable.get_object();
  892. if (!target_instance) {
  893. t->running.clear();
  894. ERR_FAIL_MSG(vformat("Could not call function '%s' on previously freed instance to start thread %s.", t->target_callable.get_method(), t->get_id()));
  895. }
  896. String func_name = t->target_callable.is_custom() ? t->target_callable.get_custom()->get_as_text() : String(t->target_callable.get_method());
  897. ::Thread::set_name(func_name);
  898. Callable::CallError ce;
  899. t->target_callable.callp(nullptr, 0, t->ret, ce);
  900. if (ce.error != Callable::CallError::CALL_OK) {
  901. t->running.clear();
  902. ERR_FAIL_MSG("Could not call function '" + func_name + "' to start thread " + t->get_id() + ": " + Variant::get_callable_error_text(t->target_callable, nullptr, 0, ce) + ".");
  903. }
  904. t->running.clear();
  905. }
  906. Error Thread::start(const Callable &p_callable, Priority p_priority) {
  907. ERR_FAIL_COND_V_MSG(is_started(), ERR_ALREADY_IN_USE, "Thread already started.");
  908. ERR_FAIL_COND_V(!p_callable.is_valid(), ERR_INVALID_PARAMETER);
  909. ERR_FAIL_INDEX_V(p_priority, PRIORITY_MAX, ERR_INVALID_PARAMETER);
  910. ret = Variant();
  911. target_callable = p_callable;
  912. running.set();
  913. Ref<Thread> *ud = memnew(Ref<Thread>(this));
  914. ::Thread::Settings s;
  915. s.priority = (::Thread::Priority)p_priority;
  916. thread.start(_start_func, ud, s);
  917. return OK;
  918. }
  919. String Thread::get_id() const {
  920. return itos(thread.get_id());
  921. }
  922. bool Thread::is_started() const {
  923. return thread.is_started();
  924. }
  925. bool Thread::is_alive() const {
  926. return running.is_set();
  927. }
  928. Variant Thread::wait_to_finish() {
  929. ERR_FAIL_COND_V_MSG(!is_started(), Variant(), "Thread must have been started to wait for its completion.");
  930. thread.wait_to_finish();
  931. Variant r = ret;
  932. target_callable = Callable();
  933. return r;
  934. }
  935. void Thread::_bind_methods() {
  936. ClassDB::bind_method(D_METHOD("start", "callable", "priority"), &Thread::start, DEFVAL(PRIORITY_NORMAL));
  937. ClassDB::bind_method(D_METHOD("get_id"), &Thread::get_id);
  938. ClassDB::bind_method(D_METHOD("is_started"), &Thread::is_started);
  939. ClassDB::bind_method(D_METHOD("is_alive"), &Thread::is_alive);
  940. ClassDB::bind_method(D_METHOD("wait_to_finish"), &Thread::wait_to_finish);
  941. BIND_ENUM_CONSTANT(PRIORITY_LOW);
  942. BIND_ENUM_CONSTANT(PRIORITY_NORMAL);
  943. BIND_ENUM_CONSTANT(PRIORITY_HIGH);
  944. }
  945. namespace special {
  946. ////// ClassDB //////
  947. PackedStringArray ClassDB::get_class_list() const {
  948. List<StringName> classes;
  949. ::ClassDB::get_class_list(&classes);
  950. PackedStringArray ret;
  951. ret.resize(classes.size());
  952. int idx = 0;
  953. for (const StringName &E : classes) {
  954. ret.set(idx++, E);
  955. }
  956. return ret;
  957. }
  958. PackedStringArray ClassDB::get_inheriters_from_class(const StringName &p_class) const {
  959. List<StringName> classes;
  960. ::ClassDB::get_inheriters_from_class(p_class, &classes);
  961. PackedStringArray ret;
  962. ret.resize(classes.size());
  963. int idx = 0;
  964. for (const StringName &E : classes) {
  965. ret.set(idx++, E);
  966. }
  967. return ret;
  968. }
  969. StringName ClassDB::get_parent_class(const StringName &p_class) const {
  970. return ::ClassDB::get_parent_class(p_class);
  971. }
  972. bool ClassDB::class_exists(const StringName &p_class) const {
  973. return ::ClassDB::class_exists(p_class);
  974. }
  975. bool ClassDB::is_parent_class(const StringName &p_class, const StringName &p_inherits) const {
  976. return ::ClassDB::is_parent_class(p_class, p_inherits);
  977. }
  978. bool ClassDB::can_instantiate(const StringName &p_class) const {
  979. return ::ClassDB::can_instantiate(p_class);
  980. }
  981. Variant ClassDB::instantiate(const StringName &p_class) const {
  982. Object *obj = ::ClassDB::instantiate(p_class);
  983. if (!obj) {
  984. return Variant();
  985. }
  986. RefCounted *r = Object::cast_to<RefCounted>(obj);
  987. if (r) {
  988. return Ref<RefCounted>(r);
  989. } else {
  990. return obj;
  991. }
  992. }
  993. bool ClassDB::has_signal(StringName p_class, StringName p_signal) const {
  994. return ::ClassDB::has_signal(p_class, p_signal);
  995. }
  996. Dictionary ClassDB::get_signal(StringName p_class, StringName p_signal) const {
  997. MethodInfo signal;
  998. if (::ClassDB::get_signal(p_class, p_signal, &signal)) {
  999. return signal.operator Dictionary();
  1000. } else {
  1001. return Dictionary();
  1002. }
  1003. }
  1004. TypedArray<Dictionary> ClassDB::get_signal_list(StringName p_class, bool p_no_inheritance) const {
  1005. List<MethodInfo> signals;
  1006. ::ClassDB::get_signal_list(p_class, &signals, p_no_inheritance);
  1007. TypedArray<Dictionary> ret;
  1008. for (const MethodInfo &E : signals) {
  1009. ret.push_back(E.operator Dictionary());
  1010. }
  1011. return ret;
  1012. }
  1013. TypedArray<Dictionary> ClassDB::get_property_list(StringName p_class, bool p_no_inheritance) const {
  1014. List<PropertyInfo> plist;
  1015. ::ClassDB::get_property_list(p_class, &plist, p_no_inheritance);
  1016. TypedArray<Dictionary> ret;
  1017. for (const PropertyInfo &E : plist) {
  1018. ret.push_back(E.operator Dictionary());
  1019. }
  1020. return ret;
  1021. }
  1022. Variant ClassDB::get_property(Object *p_object, const StringName &p_property) const {
  1023. Variant ret;
  1024. ::ClassDB::get_property(p_object, p_property, ret);
  1025. return ret;
  1026. }
  1027. Error ClassDB::set_property(Object *p_object, const StringName &p_property, const Variant &p_value) const {
  1028. Variant ret;
  1029. bool valid;
  1030. if (!::ClassDB::set_property(p_object, p_property, p_value, &valid)) {
  1031. return ERR_UNAVAILABLE;
  1032. } else if (!valid) {
  1033. return ERR_INVALID_DATA;
  1034. }
  1035. return OK;
  1036. }
  1037. bool ClassDB::has_method(StringName p_class, StringName p_method, bool p_no_inheritance) const {
  1038. return ::ClassDB::has_method(p_class, p_method, p_no_inheritance);
  1039. }
  1040. TypedArray<Dictionary> ClassDB::get_method_list(StringName p_class, bool p_no_inheritance) const {
  1041. List<MethodInfo> methods;
  1042. ::ClassDB::get_method_list(p_class, &methods, p_no_inheritance);
  1043. TypedArray<Dictionary> ret;
  1044. for (const MethodInfo &E : methods) {
  1045. #ifdef DEBUG_METHODS_ENABLED
  1046. ret.push_back(E.operator Dictionary());
  1047. #else
  1048. Dictionary dict;
  1049. dict["name"] = E.name;
  1050. ret.push_back(dict);
  1051. #endif
  1052. }
  1053. return ret;
  1054. }
  1055. PackedStringArray ClassDB::get_integer_constant_list(const StringName &p_class, bool p_no_inheritance) const {
  1056. List<String> constants;
  1057. ::ClassDB::get_integer_constant_list(p_class, &constants, p_no_inheritance);
  1058. PackedStringArray ret;
  1059. ret.resize(constants.size());
  1060. int idx = 0;
  1061. for (const String &E : constants) {
  1062. ret.set(idx++, E);
  1063. }
  1064. return ret;
  1065. }
  1066. bool ClassDB::has_integer_constant(const StringName &p_class, const StringName &p_name) const {
  1067. bool success;
  1068. ::ClassDB::get_integer_constant(p_class, p_name, &success);
  1069. return success;
  1070. }
  1071. int64_t ClassDB::get_integer_constant(const StringName &p_class, const StringName &p_name) const {
  1072. bool found;
  1073. int64_t c = ::ClassDB::get_integer_constant(p_class, p_name, &found);
  1074. ERR_FAIL_COND_V(!found, 0);
  1075. return c;
  1076. }
  1077. bool ClassDB::has_enum(const StringName &p_class, const StringName &p_name, bool p_no_inheritance) const {
  1078. return ::ClassDB::has_enum(p_class, p_name, p_no_inheritance);
  1079. }
  1080. PackedStringArray ClassDB::get_enum_list(const StringName &p_class, bool p_no_inheritance) const {
  1081. List<StringName> enums;
  1082. ::ClassDB::get_enum_list(p_class, &enums, p_no_inheritance);
  1083. PackedStringArray ret;
  1084. ret.resize(enums.size());
  1085. int idx = 0;
  1086. for (const StringName &E : enums) {
  1087. ret.set(idx++, E);
  1088. }
  1089. return ret;
  1090. }
  1091. PackedStringArray ClassDB::get_enum_constants(const StringName &p_class, const StringName &p_enum, bool p_no_inheritance) const {
  1092. List<StringName> constants;
  1093. ::ClassDB::get_enum_constants(p_class, p_enum, &constants, p_no_inheritance);
  1094. PackedStringArray ret;
  1095. ret.resize(constants.size());
  1096. int idx = 0;
  1097. for (const StringName &E : constants) {
  1098. ret.set(idx++, E);
  1099. }
  1100. return ret;
  1101. }
  1102. StringName ClassDB::get_integer_constant_enum(const StringName &p_class, const StringName &p_name, bool p_no_inheritance) const {
  1103. return ::ClassDB::get_integer_constant_enum(p_class, p_name, p_no_inheritance);
  1104. }
  1105. bool ClassDB::is_class_enabled(StringName p_class) const {
  1106. return ::ClassDB::is_class_enabled(p_class);
  1107. }
  1108. void ClassDB::_bind_methods() {
  1109. ::ClassDB::bind_method(D_METHOD("get_class_list"), &ClassDB::get_class_list);
  1110. ::ClassDB::bind_method(D_METHOD("get_inheriters_from_class", "class"), &ClassDB::get_inheriters_from_class);
  1111. ::ClassDB::bind_method(D_METHOD("get_parent_class", "class"), &ClassDB::get_parent_class);
  1112. ::ClassDB::bind_method(D_METHOD("class_exists", "class"), &ClassDB::class_exists);
  1113. ::ClassDB::bind_method(D_METHOD("is_parent_class", "class", "inherits"), &ClassDB::is_parent_class);
  1114. ::ClassDB::bind_method(D_METHOD("can_instantiate", "class"), &ClassDB::can_instantiate);
  1115. ::ClassDB::bind_method(D_METHOD("instantiate", "class"), &ClassDB::instantiate);
  1116. ::ClassDB::bind_method(D_METHOD("class_has_signal", "class", "signal"), &ClassDB::has_signal);
  1117. ::ClassDB::bind_method(D_METHOD("class_get_signal", "class", "signal"), &ClassDB::get_signal);
  1118. ::ClassDB::bind_method(D_METHOD("class_get_signal_list", "class", "no_inheritance"), &ClassDB::get_signal_list, DEFVAL(false));
  1119. ::ClassDB::bind_method(D_METHOD("class_get_property_list", "class", "no_inheritance"), &ClassDB::get_property_list, DEFVAL(false));
  1120. ::ClassDB::bind_method(D_METHOD("class_get_property", "object", "property"), &ClassDB::get_property);
  1121. ::ClassDB::bind_method(D_METHOD("class_set_property", "object", "property", "value"), &ClassDB::set_property);
  1122. ::ClassDB::bind_method(D_METHOD("class_has_method", "class", "method", "no_inheritance"), &ClassDB::has_method, DEFVAL(false));
  1123. ::ClassDB::bind_method(D_METHOD("class_get_method_list", "class", "no_inheritance"), &ClassDB::get_method_list, DEFVAL(false));
  1124. ::ClassDB::bind_method(D_METHOD("class_get_integer_constant_list", "class", "no_inheritance"), &ClassDB::get_integer_constant_list, DEFVAL(false));
  1125. ::ClassDB::bind_method(D_METHOD("class_has_integer_constant", "class", "name"), &ClassDB::has_integer_constant);
  1126. ::ClassDB::bind_method(D_METHOD("class_get_integer_constant", "class", "name"), &ClassDB::get_integer_constant);
  1127. ::ClassDB::bind_method(D_METHOD("class_has_enum", "class", "name", "no_inheritance"), &ClassDB::has_enum, DEFVAL(false));
  1128. ::ClassDB::bind_method(D_METHOD("class_get_enum_list", "class", "no_inheritance"), &ClassDB::get_enum_list, DEFVAL(false));
  1129. ::ClassDB::bind_method(D_METHOD("class_get_enum_constants", "class", "enum", "no_inheritance"), &ClassDB::get_enum_constants, DEFVAL(false));
  1130. ::ClassDB::bind_method(D_METHOD("class_get_integer_constant_enum", "class", "name", "no_inheritance"), &ClassDB::get_integer_constant_enum, DEFVAL(false));
  1131. ::ClassDB::bind_method(D_METHOD("is_class_enabled", "class"), &ClassDB::is_class_enabled);
  1132. }
  1133. } // namespace special
  1134. ////// Engine //////
  1135. void Engine::set_physics_ticks_per_second(int p_ips) {
  1136. ::Engine::get_singleton()->set_physics_ticks_per_second(p_ips);
  1137. }
  1138. int Engine::get_physics_ticks_per_second() const {
  1139. return ::Engine::get_singleton()->get_physics_ticks_per_second();
  1140. }
  1141. void Engine::set_max_physics_steps_per_frame(int p_max_physics_steps) {
  1142. ::Engine::get_singleton()->set_max_physics_steps_per_frame(p_max_physics_steps);
  1143. }
  1144. int Engine::get_max_physics_steps_per_frame() const {
  1145. return ::Engine::get_singleton()->get_max_physics_steps_per_frame();
  1146. }
  1147. void Engine::set_physics_jitter_fix(double p_threshold) {
  1148. ::Engine::get_singleton()->set_physics_jitter_fix(p_threshold);
  1149. }
  1150. double Engine::get_physics_jitter_fix() const {
  1151. return ::Engine::get_singleton()->get_physics_jitter_fix();
  1152. }
  1153. double Engine::get_physics_interpolation_fraction() const {
  1154. return ::Engine::get_singleton()->get_physics_interpolation_fraction();
  1155. }
  1156. void Engine::set_max_fps(int p_fps) {
  1157. ::Engine::get_singleton()->set_max_fps(p_fps);
  1158. }
  1159. int Engine::get_max_fps() const {
  1160. return ::Engine::get_singleton()->get_max_fps();
  1161. }
  1162. double Engine::get_frames_per_second() const {
  1163. return ::Engine::get_singleton()->get_frames_per_second();
  1164. }
  1165. uint64_t Engine::get_physics_frames() const {
  1166. return ::Engine::get_singleton()->get_physics_frames();
  1167. }
  1168. uint64_t Engine::get_process_frames() const {
  1169. return ::Engine::get_singleton()->get_process_frames();
  1170. }
  1171. void Engine::set_time_scale(double p_scale) {
  1172. ::Engine::get_singleton()->set_time_scale(p_scale);
  1173. }
  1174. double Engine::get_time_scale() {
  1175. return ::Engine::get_singleton()->get_time_scale();
  1176. }
  1177. int Engine::get_frames_drawn() {
  1178. return ::Engine::get_singleton()->get_frames_drawn();
  1179. }
  1180. MainLoop *Engine::get_main_loop() const {
  1181. // Needs to remain in OS, since it's actually OS that interacts with it, but it's better exposed here
  1182. return ::OS::get_singleton()->get_main_loop();
  1183. }
  1184. Dictionary Engine::get_version_info() const {
  1185. return ::Engine::get_singleton()->get_version_info();
  1186. }
  1187. Dictionary Engine::get_author_info() const {
  1188. return ::Engine::get_singleton()->get_author_info();
  1189. }
  1190. TypedArray<Dictionary> Engine::get_copyright_info() const {
  1191. return ::Engine::get_singleton()->get_copyright_info();
  1192. }
  1193. Dictionary Engine::get_donor_info() const {
  1194. return ::Engine::get_singleton()->get_donor_info();
  1195. }
  1196. Dictionary Engine::get_license_info() const {
  1197. return ::Engine::get_singleton()->get_license_info();
  1198. }
  1199. String Engine::get_license_text() const {
  1200. return ::Engine::get_singleton()->get_license_text();
  1201. }
  1202. String Engine::get_architecture_name() const {
  1203. return ::Engine::get_singleton()->get_architecture_name();
  1204. }
  1205. bool Engine::is_in_physics_frame() const {
  1206. return ::Engine::get_singleton()->is_in_physics_frame();
  1207. }
  1208. bool Engine::has_singleton(const StringName &p_name) const {
  1209. return ::Engine::get_singleton()->has_singleton(p_name);
  1210. }
  1211. Object *Engine::get_singleton_object(const StringName &p_name) const {
  1212. return ::Engine::get_singleton()->get_singleton_object(p_name);
  1213. }
  1214. void Engine::register_singleton(const StringName &p_name, Object *p_object) {
  1215. ERR_FAIL_COND_MSG(has_singleton(p_name), "Singleton already registered: " + String(p_name));
  1216. ERR_FAIL_COND_MSG(!String(p_name).is_valid_identifier(), "Singleton name is not a valid identifier: " + p_name);
  1217. ::Engine::Singleton s;
  1218. s.class_name = p_name;
  1219. s.name = p_name;
  1220. s.ptr = p_object;
  1221. s.user_created = true;
  1222. ::Engine::get_singleton()->add_singleton(s);
  1223. }
  1224. void Engine::unregister_singleton(const StringName &p_name) {
  1225. ERR_FAIL_COND_MSG(!has_singleton(p_name), "Attempt to remove unregistered singleton: " + String(p_name));
  1226. ERR_FAIL_COND_MSG(!::Engine::get_singleton()->is_singleton_user_created(p_name), "Attempt to remove non-user created singleton: " + String(p_name));
  1227. ::Engine::get_singleton()->remove_singleton(p_name);
  1228. }
  1229. Vector<String> Engine::get_singleton_list() const {
  1230. List<::Engine::Singleton> singletons;
  1231. ::Engine::get_singleton()->get_singletons(&singletons);
  1232. Vector<String> ret;
  1233. for (List<::Engine::Singleton>::Element *E = singletons.front(); E; E = E->next()) {
  1234. ret.push_back(E->get().name);
  1235. }
  1236. return ret;
  1237. }
  1238. void Engine::register_script_language(ScriptLanguage *p_language) {
  1239. ScriptServer::register_language(p_language);
  1240. }
  1241. int Engine::get_script_language_count() {
  1242. return ScriptServer::get_language_count();
  1243. }
  1244. ScriptLanguage *Engine::get_script_language(int p_index) const {
  1245. return ScriptServer::get_language(p_index);
  1246. }
  1247. void Engine::set_editor_hint(bool p_enabled) {
  1248. ::Engine::get_singleton()->set_editor_hint(p_enabled);
  1249. }
  1250. bool Engine::is_editor_hint() const {
  1251. return ::Engine::get_singleton()->is_editor_hint();
  1252. }
  1253. String Engine::get_write_movie_path() const {
  1254. return ::Engine::get_singleton()->get_write_movie_path();
  1255. }
  1256. void Engine::set_print_error_messages(bool p_enabled) {
  1257. ::Engine::get_singleton()->set_print_error_messages(p_enabled);
  1258. }
  1259. bool Engine::is_printing_error_messages() const {
  1260. return ::Engine::get_singleton()->is_printing_error_messages();
  1261. }
  1262. void Engine::_bind_methods() {
  1263. ClassDB::bind_method(D_METHOD("set_physics_ticks_per_second", "physics_ticks_per_second"), &Engine::set_physics_ticks_per_second);
  1264. ClassDB::bind_method(D_METHOD("get_physics_ticks_per_second"), &Engine::get_physics_ticks_per_second);
  1265. ClassDB::bind_method(D_METHOD("set_max_physics_steps_per_frame", "max_physics_steps"), &Engine::set_max_physics_steps_per_frame);
  1266. ClassDB::bind_method(D_METHOD("get_max_physics_steps_per_frame"), &Engine::get_max_physics_steps_per_frame);
  1267. ClassDB::bind_method(D_METHOD("set_physics_jitter_fix", "physics_jitter_fix"), &Engine::set_physics_jitter_fix);
  1268. ClassDB::bind_method(D_METHOD("get_physics_jitter_fix"), &Engine::get_physics_jitter_fix);
  1269. ClassDB::bind_method(D_METHOD("get_physics_interpolation_fraction"), &Engine::get_physics_interpolation_fraction);
  1270. ClassDB::bind_method(D_METHOD("set_max_fps", "max_fps"), &Engine::set_max_fps);
  1271. ClassDB::bind_method(D_METHOD("get_max_fps"), &Engine::get_max_fps);
  1272. ClassDB::bind_method(D_METHOD("set_time_scale", "time_scale"), &Engine::set_time_scale);
  1273. ClassDB::bind_method(D_METHOD("get_time_scale"), &Engine::get_time_scale);
  1274. ClassDB::bind_method(D_METHOD("get_frames_drawn"), &Engine::get_frames_drawn);
  1275. ClassDB::bind_method(D_METHOD("get_frames_per_second"), &Engine::get_frames_per_second);
  1276. ClassDB::bind_method(D_METHOD("get_physics_frames"), &Engine::get_physics_frames);
  1277. ClassDB::bind_method(D_METHOD("get_process_frames"), &Engine::get_process_frames);
  1278. ClassDB::bind_method(D_METHOD("get_main_loop"), &Engine::get_main_loop);
  1279. ClassDB::bind_method(D_METHOD("get_version_info"), &Engine::get_version_info);
  1280. ClassDB::bind_method(D_METHOD("get_author_info"), &Engine::get_author_info);
  1281. ClassDB::bind_method(D_METHOD("get_copyright_info"), &Engine::get_copyright_info);
  1282. ClassDB::bind_method(D_METHOD("get_donor_info"), &Engine::get_donor_info);
  1283. ClassDB::bind_method(D_METHOD("get_license_info"), &Engine::get_license_info);
  1284. ClassDB::bind_method(D_METHOD("get_license_text"), &Engine::get_license_text);
  1285. ClassDB::bind_method(D_METHOD("get_architecture_name"), &Engine::get_architecture_name);
  1286. ClassDB::bind_method(D_METHOD("is_in_physics_frame"), &Engine::is_in_physics_frame);
  1287. ClassDB::bind_method(D_METHOD("has_singleton", "name"), &Engine::has_singleton);
  1288. ClassDB::bind_method(D_METHOD("get_singleton", "name"), &Engine::get_singleton_object);
  1289. ClassDB::bind_method(D_METHOD("register_singleton", "name", "instance"), &Engine::register_singleton);
  1290. ClassDB::bind_method(D_METHOD("unregister_singleton", "name"), &Engine::unregister_singleton);
  1291. ClassDB::bind_method(D_METHOD("get_singleton_list"), &Engine::get_singleton_list);
  1292. ClassDB::bind_method(D_METHOD("register_script_language", "language"), &Engine::register_script_language);
  1293. ClassDB::bind_method(D_METHOD("get_script_language_count"), &Engine::get_script_language_count);
  1294. ClassDB::bind_method(D_METHOD("get_script_language", "index"), &Engine::get_script_language);
  1295. ClassDB::bind_method(D_METHOD("is_editor_hint"), &Engine::is_editor_hint);
  1296. ClassDB::bind_method(D_METHOD("get_write_movie_path"), &Engine::get_write_movie_path);
  1297. ClassDB::bind_method(D_METHOD("set_print_error_messages", "enabled"), &Engine::set_print_error_messages);
  1298. ClassDB::bind_method(D_METHOD("is_printing_error_messages"), &Engine::is_printing_error_messages);
  1299. ADD_PROPERTY(PropertyInfo(Variant::BOOL, "print_error_messages"), "set_print_error_messages", "is_printing_error_messages");
  1300. ADD_PROPERTY(PropertyInfo(Variant::INT, "physics_ticks_per_second"), "set_physics_ticks_per_second", "get_physics_ticks_per_second");
  1301. ADD_PROPERTY(PropertyInfo(Variant::INT, "max_physics_steps_per_frame"), "set_max_physics_steps_per_frame", "get_max_physics_steps_per_frame");
  1302. ADD_PROPERTY(PropertyInfo(Variant::INT, "max_fps"), "set_max_fps", "get_max_fps");
  1303. ADD_PROPERTY(PropertyInfo(Variant::FLOAT, "time_scale"), "set_time_scale", "get_time_scale");
  1304. ADD_PROPERTY(PropertyInfo(Variant::FLOAT, "physics_jitter_fix"), "set_physics_jitter_fix", "get_physics_jitter_fix");
  1305. }
  1306. Engine *Engine::singleton = nullptr;
  1307. ////// EngineDebugger //////
  1308. bool EngineDebugger::is_active() {
  1309. return ::EngineDebugger::is_active();
  1310. }
  1311. void EngineDebugger::register_profiler(const StringName &p_name, Ref<EngineProfiler> p_profiler) {
  1312. ERR_FAIL_COND(p_profiler.is_null());
  1313. ERR_FAIL_COND_MSG(p_profiler->is_bound(), "Profiler already registered.");
  1314. ERR_FAIL_COND_MSG(profilers.has(p_name) || has_profiler(p_name), "Profiler name already in use: " + p_name);
  1315. Error err = p_profiler->bind(p_name);
  1316. ERR_FAIL_COND_MSG(err != OK, "Profiler failed to register with error: " + itos(err));
  1317. profilers.insert(p_name, p_profiler);
  1318. }
  1319. void EngineDebugger::unregister_profiler(const StringName &p_name) {
  1320. ERR_FAIL_COND_MSG(!profilers.has(p_name), "Profiler not registered: " + p_name);
  1321. profilers[p_name]->unbind();
  1322. profilers.erase(p_name);
  1323. }
  1324. bool EngineDebugger::is_profiling(const StringName &p_name) {
  1325. return ::EngineDebugger::is_profiling(p_name);
  1326. }
  1327. bool EngineDebugger::has_profiler(const StringName &p_name) {
  1328. return ::EngineDebugger::has_profiler(p_name);
  1329. }
  1330. void EngineDebugger::profiler_add_frame_data(const StringName &p_name, const Array &p_data) {
  1331. ::EngineDebugger::profiler_add_frame_data(p_name, p_data);
  1332. }
  1333. void EngineDebugger::profiler_enable(const StringName &p_name, bool p_enabled, const Array &p_opts) {
  1334. if (::EngineDebugger::get_singleton()) {
  1335. ::EngineDebugger::get_singleton()->profiler_enable(p_name, p_enabled, p_opts);
  1336. }
  1337. }
  1338. void EngineDebugger::register_message_capture(const StringName &p_name, const Callable &p_callable) {
  1339. ERR_FAIL_COND_MSG(captures.has(p_name) || has_capture(p_name), "Capture already registered: " + p_name);
  1340. captures.insert(p_name, p_callable);
  1341. Callable &c = captures[p_name];
  1342. ::EngineDebugger::Capture capture(&c, &EngineDebugger::call_capture);
  1343. ::EngineDebugger::register_message_capture(p_name, capture);
  1344. }
  1345. void EngineDebugger::unregister_message_capture(const StringName &p_name) {
  1346. ERR_FAIL_COND_MSG(!captures.has(p_name), "Capture not registered: " + p_name);
  1347. ::EngineDebugger::unregister_message_capture(p_name);
  1348. captures.erase(p_name);
  1349. }
  1350. bool EngineDebugger::has_capture(const StringName &p_name) {
  1351. return ::EngineDebugger::has_capture(p_name);
  1352. }
  1353. void EngineDebugger::send_message(const String &p_msg, const Array &p_data) {
  1354. ERR_FAIL_COND_MSG(!::EngineDebugger::is_active(), "Can't send message. No active debugger");
  1355. ::EngineDebugger::get_singleton()->send_message(p_msg, p_data);
  1356. }
  1357. Error EngineDebugger::call_capture(void *p_user, const String &p_cmd, const Array &p_data, bool &r_captured) {
  1358. Callable &capture = *(Callable *)p_user;
  1359. if (capture.is_null()) {
  1360. return FAILED;
  1361. }
  1362. Variant cmd = p_cmd, data = p_data;
  1363. const Variant *args[2] = { &cmd, &data };
  1364. Variant retval;
  1365. Callable::CallError err;
  1366. capture.callp(args, 2, retval, err);
  1367. ERR_FAIL_COND_V_MSG(err.error != Callable::CallError::CALL_OK, FAILED, "Error calling 'capture' to callable: " + Variant::get_callable_error_text(capture, args, 2, err));
  1368. ERR_FAIL_COND_V_MSG(retval.get_type() != Variant::BOOL, FAILED, "Error calling 'capture' to callable: " + String(capture) + ". Return type is not bool.");
  1369. r_captured = retval;
  1370. return OK;
  1371. }
  1372. EngineDebugger::~EngineDebugger() {
  1373. for (const KeyValue<StringName, Callable> &E : captures) {
  1374. ::EngineDebugger::unregister_message_capture(E.key);
  1375. }
  1376. captures.clear();
  1377. }
  1378. EngineDebugger *EngineDebugger::singleton = nullptr;
  1379. void EngineDebugger::_bind_methods() {
  1380. ClassDB::bind_method(D_METHOD("is_active"), &EngineDebugger::is_active);
  1381. ClassDB::bind_method(D_METHOD("register_profiler", "name", "profiler"), &EngineDebugger::register_profiler);
  1382. ClassDB::bind_method(D_METHOD("unregister_profiler", "name"), &EngineDebugger::unregister_profiler);
  1383. ClassDB::bind_method(D_METHOD("is_profiling", "name"), &EngineDebugger::is_profiling);
  1384. ClassDB::bind_method(D_METHOD("has_profiler", "name"), &EngineDebugger::has_profiler);
  1385. ClassDB::bind_method(D_METHOD("profiler_add_frame_data", "name", "data"), &EngineDebugger::profiler_add_frame_data);
  1386. ClassDB::bind_method(D_METHOD("profiler_enable", "name", "enable", "arguments"), &EngineDebugger::profiler_enable, DEFVAL(Array()));
  1387. ClassDB::bind_method(D_METHOD("register_message_capture", "name", "callable"), &EngineDebugger::register_message_capture);
  1388. ClassDB::bind_method(D_METHOD("unregister_message_capture", "name"), &EngineDebugger::unregister_message_capture);
  1389. ClassDB::bind_method(D_METHOD("has_capture", "name"), &EngineDebugger::has_capture);
  1390. ClassDB::bind_method(D_METHOD("send_message", "message", "data"), &EngineDebugger::send_message);
  1391. }
  1392. } // namespace core_bind