You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Removes Script::get_node_type()
used before GDScript, with squirrel apparently
This commit is contained in:
@@ -270,10 +270,6 @@ bool NativeScript::is_tool() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
String NativeScript::get_node_type() const {
|
||||
return ""; // NOTE(karroffel): uhm?
|
||||
}
|
||||
|
||||
ScriptLanguage *NativeScript::get_language() const {
|
||||
return NativeScriptLanguage::get_singleton();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user