DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ UnsetMixedSoundState()

void ManBase::UnsetMixedSoundState ( eMixedSoundStates state)
inlineprotected

См. определение в файле 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
bits
Определения EMixedSoundStates.c:3
int m_MixedSoundStates
Определения PlayerBase.c:133

Перекрестные ссылки m_MixedSoundStates.