DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
SetMixedSoundState()
void ManBase::SetMixedSoundState
(
eMixedSoundStates
state
)
inline
protected
См. определение в файле
PlayerBase.c
строка
881
882
{
883
eMixedSoundStates
new_states =
m_MixedSoundStates
| state;
884
885
if
(new_states !=
m_MixedSoundStates
)
886
{
887
m_MixedSoundStates
= new_states;
888
SetSynchDirty();
889
}
890
}
eMixedSoundStates
eMixedSoundStates
bits
Определения
EMixedSoundStates.c:3
ManBase::m_MixedSoundStates
int m_MixedSoundStates
Определения
PlayerBase.c:133
Перекрестные ссылки
m_MixedSoundStates
.
ManBase
Создано системой
1.13.2