Tile - YUiWidget - Get Child – Ylands

From Bohemia Interactive Community
Revision as of 15:35, 24 November 2023 by Lou Montana (talk | contribs) (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Get Child(Widget, Child Order)

YlandsTile-673.png

getChild(widgetArrayPosition: number): YUiWidget;

Parameters

widgetArrayPosition

Number of the child

Returns

YUiWidget

Availability

Client, Server

Description

Returns the nth child of the widget.

Notes

  • Child widgets are numbered from 0 (i.e first child widget = 0)