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

Go to the source code of this file.

Classes

class  MessageBox

Typedefs

typedef func MenuItemCallback

Enumerations

enum  DialogPriority { INFORMATIVE , WARNING , CRITICAL }

Functions

void MenuItemCallback (MenuBase menu=null, string menuItem="", bool changed=false, bool finished=false)
void MenuBindAttribute (string menuItemName="")

Variables

enum DialogPriority PENDING
enum DialogPriority OK
enum DialogPriority YES
enum DialogPriority NO
enum DialogPriority CANCEL
enum DialogPriority m_MenuItemName

Typedef Documentation

◆ MenuItemCallback

Definition at line 1 of file menuManager.c.

Enumeration Type Documentation

◆ DialogPriority

Enumerator
INFORMATIVE 
WARNING 
CRITICAL 

Definition at line 4 of file menuManager.c.

Function Documentation

◆ MenuBindAttribute()

void MenuBindAttribute ( string menuItemName = "")

Definition at line 34 of file menuManager.c.

◆ MenuItemCallback()

void MenuItemCallback ( MenuBase menu = null,
string menuItem = "",
bool changed = false,
bool finished = false )

Variable Documentation

◆ CANCEL

enum DialogPriority CANCEL

◆ m_MenuItemName

enum DialogPriority m_MenuItemName

◆ NO

enum DialogPriority NO

◆ OK

enum DialogPriority OK

◆ PENDING

enum DialogPriority PENDING

◆ YES

enum DialogPriority YES