Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AssignedPlayerLabelUIComponent.c
Go to the documentation of this file.
2{
4
5 //------------------------------------------------------------------------------------------------
6 override void HandlerAttached(Widget w)
7 {
8 super.HandlerAttached(w);
9
10 m_Widgets.Init(w);
11 }
12
13 //------------------------------------------------------------------------------------------------
14 void SetPlayerName(string name)
15 {
16 m_Widgets.m_wPlayerName.SetText(name);
17 }
18
19 //------------------------------------------------------------------------------------------------
21 {
22 return m_Widgets.m_wPlatformKindIcon;
23 }
24}