Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_HUDFreeSlot.c
Go to the documentation of this file.
2{
3 protected string m_sParentWidgetName;
6
7 //------------------------------------------------------------------------------------------------
9 {
11 }
12
13 //------------------------------------------------------------------------------------------------
15 {
16 return m_wSlotWidget;
17 }
18
19 //------------------------------------------------------------------------------------------------
20 void SetParentWidgetName(string parentWidgetName)
21 {
22 m_sParentWidgetName = parentWidgetName;
23 }
24
25 //------------------------------------------------------------------------------------------------
26 void SetWidget(notnull Widget widget)
27 {
28 m_wSlotWidget = widget;
29 }
30
31 //------------------------------------------------------------------------------------------------
36
37 //------------------------------------------------------------------------------------------------
38 void SetParentLayout(notnull SCR_HUDLayout parentLayout)
39 {
40 m_ParentLayout = parentLayout;
41 }
42}
string GetParentWidgetName()
string m_sParentWidgetName
SCR_HUDLayout GetParentLayout()
void SetParentLayout(notnull SCR_HUDLayout parentLayout)
SCR_HUDLayout m_ParentLayout
void SetWidget(notnull Widget widget)
void SetParentWidgetName(string parentWidgetName)