|
Barotrauma Client Doc
|
Public Member Functions | |
| ContextMenuOption (string label, bool isEnabled, Action onSelected) | |
| ContextMenuOption (Identifier labelTag, bool isEnabled, Action onSelected) | |
| ContextMenuOption (LocalizedString label, bool isEnabled, Action onSelected) | |
| ContextMenuOption (string label, bool isEnabled, params ContextMenuOption[] options) | |
Public Attributes | |
| LocalizedString | Label |
| Action | OnSelected |
| ContextMenuOption?[] | SubOptions |
| bool | IsEnabled |
| LocalizedString | Tooltip |
Definition at line 10 of file GUIContextMenu.cs.
| Barotrauma.ContextMenuOption.ContextMenuOption | ( | string | label, |
| bool | isEnabled, | ||
| Action | onSelected | ||
| ) |
Definition at line 19 of file GUIContextMenu.cs.
| Barotrauma.ContextMenuOption.ContextMenuOption | ( | Identifier | labelTag, |
| bool | isEnabled, | ||
| Action | onSelected | ||
| ) |
Definition at line 22 of file GUIContextMenu.cs.
| Barotrauma.ContextMenuOption.ContextMenuOption | ( | LocalizedString | label, |
| bool | isEnabled, | ||
| Action | onSelected | ||
| ) |
Definition at line 26 of file GUIContextMenu.cs.
| Barotrauma.ContextMenuOption.ContextMenuOption | ( | string | label, |
| bool | isEnabled, | ||
| params ContextMenuOption[] | options | ||
| ) |
Definition at line 36 of file GUIContextMenu.cs.
| bool Barotrauma.ContextMenuOption.IsEnabled |
Definition at line 15 of file GUIContextMenu.cs.
| LocalizedString Barotrauma.ContextMenuOption.Label |
Definition at line 12 of file GUIContextMenu.cs.
| Action Barotrauma.ContextMenuOption.OnSelected |
Definition at line 13 of file GUIContextMenu.cs.
| ContextMenuOption? [] Barotrauma.ContextMenuOption.SubOptions |
Definition at line 14 of file GUIContextMenu.cs.
| LocalizedString Barotrauma.ContextMenuOption.Tooltip |
Definition at line 16 of file GUIContextMenu.cs.