![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Data Structures | |
| class | SCR_ActionsRadialMenuEditorComponentClass |
| class | SCR_EditorActionSelectionMenuEntry |
Functions | |
| SCR_ActionsRadialMenuEditorComponentClass SCR_BaseEditorComponentClass | Attribute ()] protected ref SCR_RadialMenuController m_ActionsMenuController |
| Responsible for controlling and managing radial menus used within GameMaster. More... | |
| void | OnInputDeviceChanged (bool isGamepad) |
| protected void | OnBeforeMenuOpen (notnull SCR_RadialMenuController menuController, notnull SCR_BaseActionsEditorComponent actionsComponent, int flags=0) |
| protected void | CleanMenu () |
| protected void | OnActionRadialMenuOpen () |
| protected void | OnCommandsRadialMenu () |
| protected void | OnAddCommandsRadialMenu () |
| protected override void | EOnEditorActivate () |
| protected override void | EOnEditorDelete () |
Variables | |
| protected ref SCR_RadialMenuController | m_CommandsMenuController |
| protected ref SCR_RadialMenuController | m_AddCommandsMenuController |
| protected string | m_sActionName |
| protected string | m_sCommandActionName |
| protected string | m_sAddCommandActionName |
Responsible for controlling and managing radial menus used within GameMaster.
Responsible for controlling and managing radial menus used within GameMaster.
Special configuration for editable faction.
| protected void CleanMenu | ( | ) |
Definition at line 133 of file SCR_ActionsRadialMenuEditorComponent.c.
| protected override void EOnEditorActivate | ( | ) |
Definition at line 211 of file SCR_ActionsRadialMenuEditorComponent.c.
| protected override void EOnEditorDelete | ( | ) |
Definition at line 234 of file SCR_ActionsRadialMenuEditorComponent.c.
| protected void OnActionRadialMenuOpen | ( | ) |
Definition at line 166 of file SCR_ActionsRadialMenuEditorComponent.c.
| protected void OnAddCommandsRadialMenu | ( | ) |
Definition at line 196 of file SCR_ActionsRadialMenuEditorComponent.c.
| protected void OnBeforeMenuOpen | ( | notnull SCR_RadialMenuController | menuController, |
| notnull SCR_BaseActionsEditorComponent | actionsComponent, | ||
| int | flags = 0 |
||
| ) |
Definition at line 75 of file SCR_ActionsRadialMenuEditorComponent.c.
| protected void OnCommandsRadialMenu | ( | ) |
Definition at line 181 of file SCR_ActionsRadialMenuEditorComponent.c.
| void OnInputDeviceChanged | ( | bool | isGamepad | ) |
| [in] | oldDevice | |
| [in] | newDevice |
Definition at line 35 of file SCR_ActionsRadialMenuEditorComponent.c.
| protected ref SCR_RadialMenuController m_AddCommandsMenuController |
Definition at line 19 of file SCR_ActionsRadialMenuEditorComponent.c.
| protected ref SCR_RadialMenuController m_CommandsMenuController |
Definition at line 16 of file SCR_ActionsRadialMenuEditorComponent.c.
| protected string m_sActionName |
Definition at line 24 of file SCR_ActionsRadialMenuEditorComponent.c.
| protected string m_sAddCommandActionName |
Definition at line 30 of file SCR_ActionsRadialMenuEditorComponent.c.
| protected string m_sCommandActionName |
Definition at line 27 of file SCR_ActionsRadialMenuEditorComponent.c.