![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| SCR_RadialMenu | GetRadialMenu () |
| void | SetMenuDisabled (bool state) |
| void | AddRadialEntry (notnull SCR_VONEntry entry, SCR_SelectionMenuCategoryEntry category=null) |
| Add simple entry. | |
| void | AddRadialCategory (notnull SCR_SelectionMenuCategoryEntry entry) |
| Add simple category. | |
| int | GetGroupedRadioIndex (notnull SCR_VONEntryRadio entry) |
| Get sibling transceiver indeces when there are more in a single device. | |
| array< SCR_VONEntryRadio > | GetGroupedEntries (notnull SCR_VONEntryRadio entry) |
| Get sibling transceiver entries when there are more in a single device. | |
| void | OnInputOpenMenu (SCR_RadialMenuController controller, bool hasControl) |
| SCR_RadialMenuController event. | |
| void | OnControllerTakeControl (SCR_RadialMenuController controller) |
| SCR_RadialMenuController event. | |
| void | OnControllerChanged (SCR_RadialMenuController controller, bool hasControl) |
| SCR_RadialMenuController event. | |
| void | OnOpenMenu (SCR_SelectionMenu menu) |
| SCR_RadialMenu event. | |
| void | OnCloseMenu (SCR_SelectionMenu menu) |
| SCR_RadialMenu event. | |
| void | OnEntryPerformed (SCR_SelectionMenu menu, SCR_SelectionMenuEntry entry) |
| SCR_RadialMenu event. | |
| void | OnEntrySelected (SCR_SelectionMenu menu, SCR_SelectionMenuEntry entry, int id) |
| SCR_RadialMenu event. | |
| void | OnActiveEntriesChanged (SCR_VONEntry entry, bool isActive) |
| SCR_VONController event. | |
| void | OnAdjustEntry (int input, bool isModif) |
| void | ActionTuneFrequency (float value, EActionTrigger reason) |
| Menu item configuration callback. | |
| void | ActionCycleChannel (float value, EActionTrigger reason) |
| Menu item configuration callback. | |
| void | OnMenuToggle (float value, EActionTrigger reason) |
| Entry toggle callback. | |
| void | OnMenuMuteToggle (float value, EActionTrigger reason) |
| Entry toggle callback. | |
| void | UpdateEntries () |
| void | Update (float timeSlice) |
| frame update | |
| void | Init (SCR_VONController controllerVON) |
Static Protected Member Functions | |
| static string | GetKnownChannel (int frequency) |
Protected Attributes | |
| ref SCR_RadialMenuController | m_RadialController |
| ref SCR_RadialMenu | m_RadialMenu |
| const float | ADJUST_COOLDOWN = 0.175 |
| bool | m_bIsDisabled |
| bool | m_bIsModifierActive |
| float | m_fAdjustCooldown |
| float | m_FrequencyListTimer |
| SCR_VONEntry | m_SelectedEntry |
| SCR_VONEntryRadio | m_LastSelectedEntry |
| SCR_VONRadialDisplay | m_Display |
| SCR_VONController | m_VONController |
Definition at line 3 of file SCR_VONMenu.c.
|
inlineprotected |
Menu item configuration callback.
Definition at line 349 of file SCR_VONMenu.c.
|
inlineprotected |
Menu item configuration callback.
Definition at line 336 of file SCR_VONMenu.c.
|
inlineprotected |
Add simple category.
Definition at line 95 of file SCR_VONMenu.c.
|
inlineprotected |
Add simple entry.
Definition at line 81 of file SCR_VONMenu.c.
|
inlineprotected |
Get sibling transceiver entries when there are more in a single device.
Definition at line 127 of file SCR_VONMenu.c.
|
inlineprotected |
Get sibling transceiver indeces when there are more in a single device.
Definition at line 103 of file SCR_VONMenu.c.
Get channel name tied to a frequency
| frequency | is the subject frequency |
Definition at line 39 of file SCR_VONMenu.c.
|
inlineprotected |
Definition at line 24 of file SCR_VONMenu.c.
|
inlineprotected |
Definition at line 448 of file SCR_VONMenu.c.
|
inlineprotected |
SCR_VONController event.
Definition at line 301 of file SCR_VONMenu.c.
Definition at line 309 of file SCR_VONMenu.c.
|
inlineprotected |
SCR_RadialMenu event.
Definition at line 243 of file SCR_VONMenu.c.
|
inlineprotected |
SCR_RadialMenuController event.
Definition at line 222 of file SCR_VONMenu.c.
|
inlineprotected |
SCR_RadialMenuController event.
Definition at line 212 of file SCR_VONMenu.c.
|
inlineprotected |
SCR_RadialMenu event.
Definition at line 254 of file SCR_VONMenu.c.
|
inlineprotected |
SCR_RadialMenu event.
Definition at line 263 of file SCR_VONMenu.c.
|
inlineprotected |
SCR_RadialMenuController event.
Definition at line 150 of file SCR_VONMenu.c.
|
inlineprotected |
Entry toggle callback.
Definition at line 385 of file SCR_VONMenu.c.
|
inlineprotected |
Entry toggle callback.
Definition at line 362 of file SCR_VONMenu.c.
|
inlineprotected |
SCR_RadialMenu event.
Definition at line 232 of file SCR_VONMenu.c.
|
inlineprotected |
Definition at line 30 of file SCR_VONMenu.c.
|
inlineprotected |
frame update
Definition at line 428 of file SCR_VONMenu.c.
|
inlineprotected |
Definition at line 421 of file SCR_VONMenu.c.
|
protected |
Definition at line 11 of file SCR_VONMenu.c.
|
protected |
Definition at line 13 of file SCR_VONMenu.c.
|
protected |
Definition at line 14 of file SCR_VONMenu.c.
|
protected |
Definition at line 20 of file SCR_VONMenu.c.
|
protected |
Definition at line 15 of file SCR_VONMenu.c.
|
protected |
Definition at line 16 of file SCR_VONMenu.c.
|
protected |
Definition at line 19 of file SCR_VONMenu.c.
|
protected |
Definition at line 6 of file SCR_VONMenu.c.
|
protected |
Definition at line 9 of file SCR_VONMenu.c.
|
protected |
Definition at line 18 of file SCR_VONMenu.c.
|
protected |
Definition at line 21 of file SCR_VONMenu.c.