mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 04:04:24 +00:00
Makes all Godot API's methods Lower Case
This commit is contained in:
parent
7e4970214c
commit
5ae78fdf6a
112 changed files with 430 additions and 430 deletions
|
|
@ -456,7 +456,7 @@ String ScriptTextEditor::get_name() {
|
|||
} else if (script->get_name() != "")
|
||||
name = script->get_name();
|
||||
else
|
||||
name = script->get_class() + "(" + itos(script->get_instance_ID()) + ")";
|
||||
name = script->get_class() + "(" + itos(script->get_instance_id()) + ")";
|
||||
|
||||
return name;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue