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

◆ SetMixedSoundState()

void ManBase::SetMixedSoundState ( eMixedSoundStates state)
inlineprotected

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

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