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

Implement CSharpScript::is_valid()

This commit is contained in:
Ignacio Etcheverry
2018-11-30 21:45:44 +01:00
parent 989b93d6a4
commit 5fd3ef4e78
2 changed files with 1 additions and 5 deletions

View File

@@ -169,7 +169,7 @@ public:
virtual void update_exports();
virtual bool is_tool() const { return tool; }
virtual bool is_valid() const;
virtual bool is_valid() const { return valid; }
virtual Ref<Script> get_base_script() const;
virtual ScriptLanguage *get_language() const;