You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Allow signal connecting even if script is invalid (only when compiled with tools), fixes #17070
This commit is contained in:
@@ -981,6 +981,10 @@ bool VisualScript::is_tool() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool VisualScript::is_valid() const {
|
||||
return true; //always valid
|
||||
}
|
||||
|
||||
ScriptLanguage *VisualScript::get_language() const {
|
||||
|
||||
return VisualScriptLanguage::singleton;
|
||||
|
||||
Reference in New Issue
Block a user