This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| ixe:json:ui [2025/07/24 20:32] – created Up-Level | ixe:json:ui [2025/12/16 02:05] (current) – [Component Tags] Argonwolf | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| :Displays left-aligned text. | :Displays left-aligned text. | ||
| ?button | ?button | ||
| - | :Displays a button that when pressed fires one or more event messages. Text is centre-aligned. | + | :Displays a button that when pressed fires one or more event messages. Text is centre-aligned |
| ?image | ?image | ||
| :Displays an image. | :Displays an image. | ||
| Line 34: | Line 34: | ||
| ?text | ?text | ||
| :A string to show on text or button components. | :A string to show on text or button components. | ||
| + | ? | ||
| + | :A string for the alignment of text. Can be any of " | ||
| + | ?fontsize | ||
| + | :A number for the size of text (22 by default). Multiples of 11 render the most cleanly. | ||
| ?image | ?image | ||
| :A path to an image to show on button or image components. | :A path to an image to show on button or image components. | ||
| Line 41: | Line 45: | ||
| :Unknown, used in weapon_rocket. | :Unknown, used in weapon_rocket. | ||
| ?data | ?data | ||
| - | :Data to send with an event in the _DATA variable. | + | :Unknown, used in weapon_darkray. |
| ?choices | ?choices | ||
| :An array of strings defining what options are available on a choiceButton. | :An array of strings defining what options are available on a choiceButton. | ||