You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #12405 from Jerome67000/clean_getnodetype
Removes Script::get_node_type() [ci skip]
This commit is contained in:
@@ -1720,11 +1720,6 @@ Error CSharpScript::reload(bool p_keep_state) {
|
||||
return ERR_FILE_MISSING_DEPENDENCIES;
|
||||
}
|
||||
|
||||
String CSharpScript::get_node_type() const {
|
||||
|
||||
return ""; // ?
|
||||
}
|
||||
|
||||
ScriptLanguage *CSharpScript::get_language() const {
|
||||
|
||||
return CSharpLanguage::get_singleton();
|
||||
|
||||
Reference in New Issue
Block a user