Expose Thread::is_main_thread()
This commit is contained in:
@ -495,6 +495,7 @@ public:
|
||||
Variant wait_to_finish();
|
||||
|
||||
static void set_thread_safety_checks_enabled(bool p_enabled);
|
||||
static bool is_main_thread();
|
||||
};
|
||||
|
||||
namespace Special {
|
||||
|
||||
Reference in New Issue
Block a user