You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Allow signal connecting even if script is invalid (only when compiled with tools), fixes #17070
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user