imported>Kyoma |
imported>Kyoma |
Line 15: |
Line 15: |
|
| |
|
| __NOTOC__ | | __NOTOC__ |
|
| |
|
| |
| == Menu Value ==
| |
|
| |
| They can be broken down into three groups: ''MenuChild'', ''MenuActive'' and ''MenuGlobal'' functions.
| |
|
| |
| The ''MenuChild'' functions allow for iteration through an element's children one by one or all children with the given name. This eliminates problems with the normal UI functions when a element may have multiple children with the same name.
| |
|
| |
| The ''MenuActive'' functions allow you to directly access the traits and children of the active tile (e.g. whatever component is selected with the mouse).
| |
|
| |
| The ''MenuGlobal'' functions allow you to access the so called ''global strings'' from the '''Menus\\strings.xml''' file in their original form. Most menus read them and combine it with other data to form a final string that will be displayed.
| |