Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_TaskAssignGroupListWidgets.c
Go to the documentation of this file.
1// Autogenerated by the Generate Class from Layout plugin v0.5.1
2// Layout file: UI/layouts/Task/TaskAssignGroupList.layout
4{
5 protected static const ResourceName LAYOUT = "{E86DF82258421D68}UI/layouts/Task/TaskAssignGroupList.layout";
6
9
12
13
16
17
18 //------------------------------------------------------------------------------------------------
19 bool Init(notnull Widget root)
20 {
21 m_wGroupEntries = VerticalLayoutWidget.Cast(root.FindWidget("Overlay0.VerticalLayout0.SizeLayout0.ScrollLayout0.Overlay0.m_wGroupEntries"));
22 m_wNoRelevantGroupText = TextWidget.Cast(root.FindWidget("Overlay0.VerticalLayout0.SizeLayout0.ScrollLayout0.Overlay0.m_wNoRelevantGroupText"));
23
24 m_wCloseAssingGroupList = ButtonWidget.Cast(root.FindWidget("Overlay0.VerticalLayout0.HorizontalLayout1.m_wCloseAssingGroupList"));
26
27
28 m_wConfirmGroupAssignmentButton = ButtonWidget.Cast(root.FindWidget("Overlay0.VerticalLayout0.HorizontalLayout1.m_wConfirmGroupAssignmentButton"));
30
31
32 return true;
33 }
34
35 //------------------------------------------------------------------------------------------------
37 {
38 return LAYOUT;
39 }
40}
SCR_InputButtonComponent m_CloseAssingGroupListComponent
SCR_InputButtonComponent m_ConfirmGroupAssignmentButtonComponent