DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
SetMixedSoundState()
void ManBase::SetMixedSoundState
(
eMixedSoundStates
state
)
inline
protected
См. определение в файле
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
eMixedSoundStates
bits
Определения
EMixedSoundStates.c:3
ManBase::m_MixedSoundStates
int m_MixedSoundStates
Определения
PlayerBase.c:180
Перекрестные ссылки
m_MixedSoundStates
.
ManBase
Создано системой
1.13.2