PauseMenuItem
The base class for all items in the pause menu.
Constructors
- C#:
public PauseMenuItem(string label) - Lua:
PauseMenuItem.New(label)
Properties
- Label (
ScaleformLabel): Gets or sets the item label text. - LabelFont (
ItemFont): Gets or sets the font for the label. - Selected (
bool): Gets or sets the selection state.