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

Go to the source code of this file.

Data Structures

class  SCR_MenuHelper
 

Typedefs

typedef func ScriptInvokerActiveWidgetInteractionMethod
 
typedef ScriptInvokerBase< ScriptInvokerActiveWidgetInteractionMethodScriptInvokerActiveWidgetInteraction
 
typedef func ScriptInvokerDialogMethod
 
typedef ScriptInvokerBase< ScriptInvokerDialogMethodScriptInvokerDialog
 
typedef func ScriptInvokerMenuMethod
 
typedef ScriptInvokerBase< ScriptInvokerMenuMethodScriptInvokerMenu
 

Functions

void ScriptInvokerActiveWidgetInteractionMethod (bool isActive, int delay)
 This class is a collection of useful invokers for menu and dialog related events. More...
 
void ScriptInvokerDialogMethod (DialogUI dialog)
 
void ScriptInvokerMenuMethod (ChimeraMenuBase menu)
 

Variables

class SCR_MenuHelper LIST = 0
 
class SCR_MenuHelper FILTERING = 1
 
class SCR_MenuHelper SORTING = 2
 
class SCR_MenuHelper FALLBACK = 3
 

Typedef Documentation

◆ ScriptInvokerActiveWidgetInteraction

◆ ScriptInvokerActiveWidgetInteractionMethod

◆ ScriptInvokerDialog

typedef ScriptInvokerBase<ScriptInvokerDialogMethod> ScriptInvokerDialog

Definition at line 8 of file SCR_MenuHelper.c.

◆ ScriptInvokerDialogMethod

Definition at line 7 of file SCR_MenuHelper.c.

◆ ScriptInvokerMenu

typedef ScriptInvokerBase<ScriptInvokerMenuMethod> ScriptInvokerMenu

Definition at line 12 of file SCR_MenuHelper.c.

◆ ScriptInvokerMenuMethod

Definition at line 11 of file SCR_MenuHelper.c.

Function Documentation

◆ ScriptInvokerActiveWidgetInteractionMethod()

void ScriptInvokerActiveWidgetInteractionMethod ( bool  isActive,
int  delay 
)

This class is a collection of useful invokers for menu and dialog related events.

◆ ScriptInvokerDialogMethod()

◆ ScriptInvokerMenuMethod()

Variable Documentation

◆ FALLBACK

class SCR_MenuHelper FALLBACK = 3

◆ FILTERING

class SCR_MenuHelper FILTERING = 1

◆ LIST

class SCR_MenuHelper LIST = 0

◆ SORTING

class SCR_MenuHelper SORTING = 2