|
ClassDB::bind_method(D_METHOD("get_low_processor_usage_mode_sleep_usec"), &_OS::get_low_processor_usage_mode_sleep_usec);
|
|
ClassDB::bind_method(D_METHOD("get_low_processor_usage_mode_sleep_usec"), &_OS::get_low_processor_usage_mode_sleep_usec);
|
|
ClassDB::bind_method(D_METHOD("get_processor_count"), &_OS::get_processor_count);
|
|
ClassDB::bind_method(D_METHOD("get_processor_count"), &_OS::get_processor_count);
|
|
ClassDB::bind_method(D_METHOD("get_executable_path"), &_OS::get_executable_path);
|
|
ClassDB::bind_method(D_METHOD("get_executable_path"), &_OS::get_executable_path);
|
|
ClassDB::bind_method(D_METHOD("execute", "path", "arguments", "blocking", "output", "read_stderr", "open_console"), &_OS::execute, DEFVAL(true), DEFVAL(Array()), DEFVAL(false), DEFVAL(false));
|
|
ClassDB::bind_method(D_METHOD("execute", "path", "arguments", "blocking", "output", "read_stderr", "open_console"), &_OS::execute, DEFVAL(true), DEFVAL(Array()), DEFVAL(false), DEFVAL(false));
|