DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
IsChanged()
bool
array::IsChanged
(
)
inline
protected
is anything changed?
См. определение в файле
KeybindingsContainer.c
строка
167
168
{
169
foreach
(
ElementArray
elements
:
m_KeyWidgetElements
)
170
{
171
foreach
(
KeybindingElementNew
element
:
elements
)
172
{
173
if
(
element
.
IsChanged
() ||
element
.IsAlternateChanged())
174
{
175
return
true
;
176
}
177
}
178
}
179
return
false
;
180
}
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