Tile - YUiWidget - Get Child – Ylands
Jump to navigation
Jump to search
(Created page with "<!--- THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. --> == Get Child(Widget, Child Order) == File:Yland...") |
Lou Montana (talk | contribs) m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}") |
||
(One intermediate revision by one other user not shown) | |||
Line 10: | Line 10: | ||
==== widgetArrayPosition ==== | ==== widgetArrayPosition ==== | ||
Number of the child | |||
=== Returns === | === Returns === | ||
'''YUiWidget''' | '''YUiWidget''' | ||
=== Availability === | |||
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | === Description === | ||
Returns the nth '''child''' of the widget. | Returns the nth '''child''' of the widget. | ||
=== Notes === | |||
* Child widgets are numbered from 0 (i.e first child widget = 0) | |||
---- | ---- | ||
{{Navbox/Ylands}} | {{Navbox/Ylands}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}| | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | ||
[[Category: Instructions]] | [[Category: Instructions]] |
Latest revision as of 14:35, 24 November 2023
Get Child(Widget, Child Order)
getChild(widgetArrayPosition: number): YUiWidget;
Parameters
widgetArrayPosition
Number of the child
Returns
YUiWidget
Availability
Description
Returns the nth child of the widget.
Notes
- Child widgets are numbered from 0 (i.e first child widget = 0)