User Tools

Site Tools


en:examples:orx_scroll:get_child_under_scrollobject_by_name

Get Child ScrollObject By Name

Scroll has a pair of methods for finding child objects.

FindChild(path) finds an object located at path under the children hierarchy of this object. It uses orxObject_FindChild internally.

FindOwnedChild(path) finds an object located at path under the ownership hierarchy of this object. It uses orxObject_FindOwnedChild internally.

For a reference on the path syntax, see Getting a Child Object by Name from a Parent Object

en/examples/orx_scroll/get_child_under_scrollobject_by_name.txt · Last modified: 2024/04/20 16:49 (3 weeks ago) by hcarty