DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
Reset()
void array::Reset
(
bool
forced
=
false
)
inline
protected
См. определение в файле
KeybindingsContainer.c
строка
236
237
{
238
foreach
(
ElementArray
elements
:
m_KeyWidgetElements
)
239
{
240
foreach
(
KeybindingElementNew
element
:
elements
)
241
{
242
if
(
element
.
IsChanged
() ||
element
.IsAlternateChanged() ||
forced
)
243
{
244
element
.Reload();
245
}
246
}
247
}
248
}
array::IsChanged
bool IsChanged()
is anything changed?
Определения
KeybindingsContainer.c:167
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