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

◆ SetMixedSoundState()

void ManBase::SetMixedSoundState ( eMixedSoundStates state)
inlineprotected

См. определение в файле PlayerBase.c строка 1019

1020 {
1021 eMixedSoundStates new_states = m_MixedSoundStates | state;
1022
1023 if (new_states != m_MixedSoundStates)
1024 {
1025 m_MixedSoundStates = new_states;
1026 SetSynchDirty();
1027 }
1028 }
eMixedSoundStates
bits
Определения EMixedSoundStates.c:3
int m_MixedSoundStates
Определения PlayerBase.c:180

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