Allow signal connecting even if script is invalid (only when compiled with tools), fixes #17070
This commit is contained in:
parent
616b91b498
commit
3a93499f89
11 changed files with 33 additions and 4 deletions
|
|
@ -341,6 +341,7 @@ public:
|
|||
virtual Error reload(bool p_keep_state = false);
|
||||
|
||||
virtual bool is_tool() const;
|
||||
virtual bool is_valid() const;
|
||||
|
||||
virtual ScriptLanguage *get_language() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue