Constructor
ListMenuItemComponent(list: table, value: integer|function, on_changed: function?, options: table?)
Arguments:
| list: table | |
| value: integer|function | |
| on_changed: function? | |
| options: table? |
Methods
Fields
ListMenuItemComponent.color: number, [2]? }
Three values representing a color, with an optional alpha value. Values are between 0 and 1.
ListMenuItemComponent.text: Text
The Text object, made for displaying formatted text.
If you're looking for text which writes itself out over time, see DialogueText.