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
|
|
@ -603,7 +603,7 @@ bool Control::has_point(const Point2 &p_point) const {
|
|||
void Control::set_drag_forwarding(Control *p_target) {
|
||||
|
||||
if (p_target)
|
||||
data.drag_owner = p_target->get_instance_ID();
|
||||
data.drag_owner = p_target->get_instance_id();
|
||||
else
|
||||
data.drag_owner = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue