Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
menuManager.c
Go to the documentation of this file.
2void MenuItemCallback(MenuBase menu = null, string menuItem = "", bool changed = false, bool finished = false);
3
10
11enum DialogResult
12{
18}
19
20enum ScriptMenuPresetEnum
21{
22
23}
24
25enum GameLibMenusEnum : ScriptMenuPresetEnum
26{
27
28}
29
31{
33
34 void MenuBindAttribute(string menuItemName = "")
35 {
36 m_MenuItemName = menuItemName;
37 }
38}
39
41{
43 void Ok()
44 {
45 Close();
46 }
47}
@ PENDING
Response is not ready yet.
@ CANCEL
SCR_RespawnComponentClass OK
Result code for request/assign response.
Definition EMoveError.c:14
proto native void Close()
class SignalInput Ok
@ WARNING
Definition LogLevel.c:19
enum DialogPriority NO
enum DialogPriority m_MenuItemName
func MenuItemCallback
Definition menuManager.c:1
void MenuBindAttribute(string menuItemName="")
Definition menuManager.c:34
enum DialogPriority YES
DialogPriority
Definition menuManager.c:5
@ INFORMATIVE
Definition menuManager.c:6