![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | SetDefault () |
| void | SetContent (array< BaseSelectionMenuEntry > allEntries, array< BaseSelectionMenuEntry > disabledEntries) |
| Used to pass in the radial menu content. | |
| void | SetSelection (BaseSelectionMenuEntry selectedEntry, vector selectionInput, float selectionAngle, float minInputMagnitude) |
| Used to set selected entry. Can be null as for no selection. | |
| void | SetSelection (BaseSelectionMenuEntry selectedEntry) |
| Generaly Used for setting selected entry. | |
| void | SetOpen (IEntity owner, bool open) |
| Used to set open state. | |
Protected Attributes | |
| bool | m_bIsOpen |
| Is the menu open, should this display be drawn? | |
Definition at line 3 of file SCR_BaseSelectionMenuDisplay.c.
|
protected |
Used to pass in the radial menu content.
|
protected |
Sets all parameters in display to default values DISCLAIMER: This will most likely override data you've had. Make sure you know what you're doing!
Used to set open state.
Definition at line 22 of file SCR_BaseSelectionMenuDisplay.c.
|
protected |
Generaly Used for setting selected entry.
|
protected |
Used to set selected entry. Can be null as for no selection.
|
protected |
Is the menu open, should this display be drawn?
Definition at line 6 of file SCR_BaseSelectionMenuDisplay.c.