Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_RadialMenuItemsComponent.c File Reference

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
 

Function Documentation

◆ CreateEntries()

protected void CreateEntries ( notnull SCR_RadialMenu  radialMenu)

Definition at line 75 of file SCR_RadialMenuItemsComponent.c.

◆ OnControllerChanged()

protected void OnControllerChanged ( SCR_RadialMenuController  controller,
bool  hasControl 
)

Definition at line 65 of file SCR_RadialMenuItemsComponent.c.

◆ OnControllerTakeControl()

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.

◆ OnMenuOpen()

protected void OnMenuOpen ( SCR_SelectionMenu  menu)

Definition at line 39 of file SCR_RadialMenuItemsComponent.c.

◆ Update()

protected void Update ( SCR_RadialMenu  radialMenu)

Definition at line 48 of file SCR_RadialMenuItemsComponent.c.

Variable Documentation

◆ FIRST_ITEM_SLOT

const protected int FIRST_ITEM_SLOT = 4

Definition at line 11 of file SCR_RadialMenuItemsComponent.c.

◆ SLOT_COUNT

const protected int SLOT_COUNT = 10

Definition at line 12 of file SCR_RadialMenuItemsComponent.c.