Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WidgetLibraryMenuUI.c
Go to the documentation of this file.
1//------------------------------------------------------------------------------------------------
3{
4 //------------------------------------------------------------------------------------------------
5 override void OnMenuOpen()
6 {
7 super.OnMenuOpen();
9 if (back)
10 back.m_OnActivated.Insert(OnBack);
11 }
12
13 //------------------------------------------------------------------------------------------------
14 void OnBack()
15 {
16 GameStateTransitions.RequestGameplayEndTransition();
17 }
18};
void OnBack()
Definition MainMenuUI.c:459
Constant variables used in various menus.
override void OnMenuOpen()
static SCR_InputButtonComponent GetInputButtonComponent(string name, notnull Widget parent, bool searchAllChildren=true)