Tile - YUiWidget - Get Child – Ylands

From Bohemia Interactive Community
Revision as of 12:16, 12 November 2021 by YlandsClassyBot (talk | contribs)
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)