You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Makes all Godot API's methods Lower Case
This commit is contained in:
@@ -48,7 +48,7 @@ Variant FuncRef::call_func(const Variant **p_args, int p_argcount, Variant::Call
|
||||
void FuncRef::set_instance(Object *p_obj) {
|
||||
|
||||
ERR_FAIL_NULL(p_obj);
|
||||
id = p_obj->get_instance_ID();
|
||||
id = p_obj->get_instance_id();
|
||||
}
|
||||
void FuncRef::set_function(const StringName &p_func) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user