Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_RadialMenuItemsComponentClass |
Functions | |
SCR_RadialMenuItemsComponentClass ScriptComponentClass | Attribute ()] protected ref SCR_RadialMenuController m_MenuController |
Post-process effect of scripted camera. More... | |
override void | OnPostInit (IEntity owner) |
Editable Mine. More... | |
override void | EOnInit (IEntity owner) |
Initialise this component with data from FactionsManager. More... | |
protected void | OnMenuOpen (SCR_SelectionMenu menu) |
protected void | Update (SCR_RadialMenu radialMenu) |
protected void | OnControllerTakeControl (SCR_RadialMenuController controller) |
Call this when menu controller starts to control the menu. More... | |
protected void | OnControllerChanged (SCR_RadialMenuController controller, bool hasControl) |
protected void | CreateEntries (notnull SCR_RadialMenu radialMenu) |
Variables | |
const protected int | FIRST_ITEM_SLOT = 4 |
const protected int | SLOT_COUNT = 10 |
protected void CreateEntries | ( | notnull SCR_RadialMenu | radialMenu | ) |
Definition at line 75 of file SCR_RadialMenuItemsComponent.c.
protected void OnControllerChanged | ( | SCR_RadialMenuController | controller, |
bool | hasControl | ||
) |
Definition at line 65 of file SCR_RadialMenuItemsComponent.c.
protected void OnControllerTakeControl | ( | SCR_RadialMenuController | controller | ) |
Call this when menu controller starts to control the menu.
Definition at line 55 of file SCR_RadialMenuItemsComponent.c.
protected void OnMenuOpen | ( | SCR_SelectionMenu | menu | ) |
Definition at line 39 of file SCR_RadialMenuItemsComponent.c.
protected void Update | ( | SCR_RadialMenu | radialMenu | ) |
Definition at line 48 of file SCR_RadialMenuItemsComponent.c.
const protected int FIRST_ITEM_SLOT = 4 |
Definition at line 11 of file SCR_RadialMenuItemsComponent.c.
const protected int SLOT_COUNT = 10 |
Definition at line 12 of file SCR_RadialMenuItemsComponent.c.