You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Allow signal connecting even if script is invalid (only when compiled with tools), fixes #17070
This commit is contained in:
@@ -160,6 +160,7 @@ public:
|
||||
virtual MethodInfo get_method_info(const StringName &p_method) const;
|
||||
|
||||
virtual bool is_tool() const;
|
||||
virtual bool is_valid() const;
|
||||
|
||||
virtual ScriptLanguage *get_language() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user