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

Go to the source code of this file.

Data Structures

class  SCR_MapRadialUI
 2D map radial menu UI More...
 

Typedefs

typedef func ScriptInvokerEntrySelectedMethod
 
typedef ScriptInvokerBase< ScriptInvokerEntrySelectedMethodScriptInvokerMenuEntrySelected
 
typedef func ScriptInvokerEntryPerformedMethod
 
typedef ScriptInvokerBase< ScriptInvokerEntryPerformedMethodScriptInvokerMenuEntryPerformed
 

Functions

void ScriptInvokerEntrySelectedMethod (SCR_SelectionMenuEntry entry, int i)
 
void ScriptInvokerEntryPerformedMethod (SCR_SelectionMenuEntry entry, float worldPos[2])
 

Typedef Documentation

◆ ScriptInvokerEntryPerformedMethod

Definition at line 8 of file SCR_MapRadialUI.c.

◆ ScriptInvokerEntrySelectedMethod

Definition at line 3 of file SCR_MapRadialUI.c.

◆ ScriptInvokerMenuEntryPerformed

Definition at line 9 of file SCR_MapRadialUI.c.

◆ ScriptInvokerMenuEntrySelected

Definition at line 4 of file SCR_MapRadialUI.c.

Function Documentation

◆ ScriptInvokerEntryPerformedMethod()

void ScriptInvokerEntryPerformedMethod ( SCR_SelectionMenuEntry  entry,
float  worldPos[2] 
)

◆ ScriptInvokerEntrySelectedMethod()