|
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the documentation of this file.
10 int m_WidgetSetIdentifier;
15 m_WidgetArray = input;
17 m_WidgetSetIdentifier = type;
19 if (user_override != -1)
21 m_WidgetSetIdentifier = user_override;
27 m_WidgetArray = input;
29 m_WidgetSetIdentifier = type;
30 m_LayoutRoot = layout_root;
32 if (user_override != -1)
34 m_WidgetSetIdentifier = user_override;
43 int GetWidgetSetType()
50 return m_WidgetSetIdentifier;
54 bool HasDefinedHandle()
59 bool DataInitialized()
64 void UpdateVisibility(
bool state){}
65 void RegisterData(
Param p){}
66 void Update(
float timeSlice = 0,
Param p =
null,
int handle = -1){}
83 for (
int i = 0; i < input.Count(); i++)
85 if (
Class.CastTo(w,input.Get(i)) )
Base Param Class with no parameters. Used as general purpose parameter overloaded with Param1 to Para...
eBleedingSourceType m_Type
Super root of all classes in Enforce script.
Manages all bleeding indicators and their updates.