Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_PasswordDialogComponent.c
Go to the documentation of this file.
1//------------------------------------------------------------------------------------------------
3{
4 // Widget Names
5 protected const string EDIT_BOX = "EditBox";
6
7 // Widgets
9
10 //------------------------------------------------------------------------------------------------
11 // Dialog override functions
12 //------------------------------------------------------------------------------------------------
13
14 //------------------------------------------------------------------------------------------------
15 override void HandlerAttached(Widget w)
16 {
17 super.HandlerAttached(w);
18
20 }
21};
22
23
24
static SCR_EditBoxComponent GetEditBoxComponent(string name, Widget parent, bool searchAllChildren=true)