Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MenuHelper.c File Reference

Go to the source code of this file.

Classes

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.
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 11 of file SCR_MenuHelper.c.

◆ ScriptInvokerDialogMethod

Definition at line 10 of file SCR_MenuHelper.c.

◆ ScriptInvokerMenu

typedef ScriptInvokerBase<ScriptInvokerMenuMethod> ScriptInvokerMenu

Definition at line 15 of file SCR_MenuHelper.c.

◆ ScriptInvokerMenuMethod

Definition at line 14 of file SCR_MenuHelper.c.

Function Documentation

◆ ScriptInvokerActiveWidgetInteractionMethod()

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