mirror of
https://github.com/godotengine/godot-visual-script.git
synced 2026-01-03 10:09:19 +03:00
Removes Script::get_node_type()
used before GDScript, with squirrel apparently
This commit is contained in:
@@ -974,11 +974,6 @@ bool VisualScript::is_tool() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
String VisualScript::get_node_type() const {
|
||||
|
||||
return String();
|
||||
}
|
||||
|
||||
ScriptLanguage *VisualScript::get_language() const {
|
||||
|
||||
return VisualScriptLanguage::singleton;
|
||||
|
||||
Reference in New Issue
Block a user