aboutsummaryrefslogtreecommitdiff
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorLeon Krause2017-11-13 21:46:57 +0100
committerLeon Krause2017-11-14 15:15:13 +0100
commit9b7b46143d2df7d4f2efcb89ceb5034c7a57e79c (patch)
tree8ceadc6a5891c5f3205b0e23d5b7dd6ef3d40e1f /core/bind/core_bind.h
parent3732b2318e8a4942e8202f1797527220a5ae01a0 (diff)
downloadgodot-9b7b46143d2df7d4f2efcb89ceb5034c7a57e79c.tar.gz
godot-9b7b46143d2df7d4f2efcb89ceb5034c7a57e79c.tar.zst
godot-9b7b46143d2df7d4f2efcb89ceb5034c7a57e79c.zip
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r--core/bind/core_bind.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h
index bbbb40d92..9be889544 100644
--- a/core/bind/core_bind.h
+++ b/core/bind/core_bind.h
@@ -670,6 +670,9 @@ public:
bool is_in_physics_frame() const;
+ bool has_singleton(const String &p_name) const;
+ Object *get_singleton_object(const String &p_name) const;
+
void set_editor_hint(bool p_enabled);
bool is_editor_hint() const;