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_MenuHelper |
Typedefs | |
typedef func | ScriptInvokerActiveWidgetInteractionMethod |
typedef ScriptInvokerBase< ScriptInvokerActiveWidgetInteractionMethod > | ScriptInvokerActiveWidgetInteraction |
typedef func | ScriptInvokerDialogMethod |
typedef ScriptInvokerBase< ScriptInvokerDialogMethod > | ScriptInvokerDialog |
typedef func | ScriptInvokerMenuMethod |
typedef ScriptInvokerBase< ScriptInvokerMenuMethod > | ScriptInvokerMenu |
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 ScriptInvokerBase<ScriptInvokerActiveWidgetInteractionMethod> ScriptInvokerActiveWidgetInteraction |
Definition at line 4 of file SCR_MenuHelper.c.
Definition at line 3 of file SCR_MenuHelper.c.
typedef ScriptInvokerBase<ScriptInvokerDialogMethod> ScriptInvokerDialog |
Definition at line 8 of file SCR_MenuHelper.c.
typedef func ScriptInvokerDialogMethod |
Definition at line 7 of file SCR_MenuHelper.c.
typedef ScriptInvokerBase<ScriptInvokerMenuMethod> ScriptInvokerMenu |
Definition at line 12 of file SCR_MenuHelper.c.
typedef func ScriptInvokerMenuMethod |
Definition at line 11 of file SCR_MenuHelper.c.
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 | ) |
class SCR_MenuHelper FALLBACK = 3 |
class SCR_MenuHelper FILTERING = 1 |
class SCR_MenuHelper LIST = 0 |
class SCR_MenuHelper SORTING = 2 |