You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Removes Script::get_node_type()
used before GDScript, with squirrel apparently
This commit is contained in:
@@ -346,11 +346,6 @@ bool PluginScript::get_property_default_value(const StringName &p_property, Vari
|
||||
return false;
|
||||
}
|
||||
|
||||
String PluginScript::get_node_type() const {
|
||||
// Even GDscript doesn't know what to put here !
|
||||
return ""; // ?
|
||||
}
|
||||
|
||||
ScriptLanguage *PluginScript::get_language() const {
|
||||
return _language;
|
||||
}
|
||||
|
||||
@@ -103,8 +103,6 @@ public:
|
||||
|
||||
bool is_tool() const { return _tool; }
|
||||
|
||||
virtual String get_node_type() const;
|
||||
|
||||
virtual ScriptLanguage *get_language() const;
|
||||
|
||||
virtual bool has_script_signal(const StringName &p_signal) const;
|
||||
|
||||
Reference in New Issue
Block a user