Merge pull request #20583 from neikeq/issue-15371

Fix case where exported properties value is lost
This commit is contained in:
Rémi Verschelde 2018-08-14 21:08:56 +02:00 committed by GitHub
commit b4f579b5ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 253 additions and 57 deletions

View file

@ -139,6 +139,7 @@ public:
virtual bool can_instance() const;
virtual StringName get_instance_base_type() const;
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;