KSPMenuEntry
Describes a single menu entry.
class KSPMenuEntry
info
This class cannot be instantiated directly. Instances are returned by KSPMenu.entries, KSPMenu.selected_entry, and KSPMenu.visible_entries.
Properties
index
index: Int { get }
The index of this entry in the menu.
name
name: String { get }
The name displayed.
value
value: Int { get }
The value assigned to this entry.
visible
visible: Bool { get }
Whether this entry is visible.