1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Expose Thread::get_main_id in core bindings

This commit is contained in:
Brian Semrau
2021-11-12 19:10:33 -05:00
parent 19571c9c4b
commit c558263d84
3 changed files with 13 additions and 0 deletions

View File

@@ -237,6 +237,7 @@ public:
Error set_thread_name(const String &p_name);
Thread::ID get_thread_caller_id() const;
Thread::ID get_main_thread_id() const;
bool has_feature(const String &p_feature) const;