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

[GDNative] fix NativeScript leak in editor

This commit is contained in:
thomas.herzog
2019-03-22 12:54:19 +01:00
parent 0e5b2b16ed
commit 5fff7f741a
2 changed files with 18 additions and 21 deletions

View File

@@ -149,6 +149,7 @@ public:
virtual StringName get_instance_base_type() const; // this may not work in all scripts, will return empty if so
virtual ScriptInstance *instance_create(Object *p_this);
virtual PlaceHolderScriptInstance *placeholder_instance_create(Object *p_this);
virtual bool instance_has(const Object *p_this) const;
virtual bool has_source_code() const;