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
|
|
@ -251,7 +251,7 @@ void ArrayPropertyEdit::edit(Object *p_obj, const StringName &p_prop, const Stri
|
|||
|
||||
page = 0;
|
||||
property = p_prop;
|
||||
obj = p_obj->get_instance_ID();
|
||||
obj = p_obj->get_instance_id();
|
||||
default_type = p_deftype;
|
||||
|
||||
if (!p_hint_string.empty()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue