DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
KeybindingsContainer()
void array::KeybindingsContainer
(
int
index
,
Input
input
,
Widget
parent
,
KeybindingsMenu
menu
)
inline
protected
См. определение в файле
KeybindingsContainer.c
строка
15
16
{
17
m_KeyWidgetElements
=
new
map<int, ref ElementArray>
;
18
m_Menu
=
menu
;
19
20
m_Root
=
g_Game
.GetWorkspace().CreateWidgets(
GetLayoutName
(),
parent
);
21
m_Scroll
=
ScrollWidget
.Cast(
m_Root
.FindAnyWidget(
"group_scroll"
));
22
Widget
container
=
m_Root
.FindAnyWidget(
"group_scroll"
);
23
24
CreateSubgroups
(
container
,
input
);
25
26
container
.
Update
();
27
28
m_Root
.SetHandler(
this
);
29
}
array< TimerBase >::m_Scroll
ScrollWidget m_Scroll
Определения
KeybindingsContainer.c:7
array< TimerBase >::CreateSubgroups
void CreateSubgroups(Widget parent, Input input)
Определения
KeybindingsContainer.c:80
array< TimerBase >::m_Root
Widget m_Root
Определения
KeybindingsContainer.c:5
array< TimerBase >::GetLayoutName
string GetLayoutName()
Определения
KeybindingsContainer.c:31
array< TimerBase >::parent
Object parent
Определения
IsBoxCollidingGeometryProxyClasses.c:30
array::Update
void Update(float timeslice)
Определения
KeybindingsContainer.c:250
array< TimerBase >::m_Menu
KeybindingsMenu m_Menu
Определения
KeybindingsContainer.c:6
array< TimerBase >::m_KeyWidgetElements
ref map< int, ref ElementArray > m_KeyWidgetElements
Определения
KeybindingsContainer.c:9
array
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
Определения
IsBoxCollidingGeometryProxyClasses.c:28
array< TimerBase >
Создано системой
1.13.2