Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AssignedPlayerLabelWidgets.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/AssignedPlayerLabel.layout
4{
5 protected static const ResourceName LAYOUT = "{B568B88051EFA3FA}UI/layouts/Task/AssignedPlayerLabel.layout";
6
9
10 //------------------------------------------------------------------------------------------------
11 bool Init(notnull Widget root)
12 {
13 m_wPlatformKindIcon = ImageWidget.Cast(root.FindWidget("AssignedPlayer.Overlay.HorizontalLayout.SizeIcon.m_wPlatformKindIcon"));
14 m_wPlayerName = TextWidget.Cast(root.FindWidget("AssignedPlayer.Overlay.HorizontalLayout.m_wPlayerName"));
15
16 return true;
17 }
18
19 //------------------------------------------------------------------------------------------------
21 {
22 return LAYOUT;
23 }
24}