User Tools

Site Tools


en:examples:orx_scroll:get_child_under_scrollobject_by_name

This is an old revision of the document!


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.

en/examples/orx_scroll/get_child_under_scrollobject_by_name.1713647759.txt.gz · Last modified: 2024/04/20 14:15 (12 months ago) by hcarty