You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used get_index() a lot, but recently while randomly looking at documentation, I noticed the get_position_in_parent(). It has different description (!), but does the same. I looked at implementation and they literally are the same functions under different names and different descriptions, so it seems like unintended alias.
The text was updated successfully, but these errors were encountered:
akien-mga
changed the title
get_position_in_parent() and get_index() do the same
Node get_position_in_parent() and get_index() do the same
Sep 10, 2018
I used
get_index()
a lot, but recently while randomly looking at documentation, I noticed theget_position_in_parent()
. It has different description (!), but does the same. I looked at implementation and they literally are the same functions under different names and different descriptions, so it seems like unintended alias.The text was updated successfully, but these errors were encountered: