DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
UnsetMixedSoundState()
void ManBase::UnsetMixedSoundState
(
eMixedSoundStates
state
)
inline
protected
См. определение в файле
PlayerBase.c
строка
867
868
{
869
int
bit_mask_remove = ~state;
870
871
eMixedSoundStates
new_states =
m_MixedSoundStates
& bit_mask_remove;
872
873
if
(new_states !=
m_MixedSoundStates
)
874
{
875
m_MixedSoundStates
= new_states;
876
SetSynchDirty();
877
}
878
}
eMixedSoundStates
eMixedSoundStates
bits
Определения
EMixedSoundStates.c:3
ManBase::m_MixedSoundStates
int m_MixedSoundStates
Определения
PlayerBase.c:133
Перекрестные ссылки
m_MixedSoundStates
.
ManBase
Создано системой
1.13.2