DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
UnsetMixedSoundState()
void ManBase::UnsetMixedSoundState
(
eMixedSoundStates
state
)
inline
protected
См. определение в файле
PlayerBase.c
строка
1005
1006
{
1007
int
bit_mask_remove = ~state;
1008
1009
eMixedSoundStates
new_states =
m_MixedSoundStates
& bit_mask_remove;
1010
1011
if
(new_states !=
m_MixedSoundStates
)
1012
{
1013
m_MixedSoundStates
= new_states;
1014
SetSynchDirty();
1015
}
1016
}
eMixedSoundStates
eMixedSoundStates
bits
Определения
EMixedSoundStates.c:3
ManBase::m_MixedSoundStates
int m_MixedSoundStates
Определения
PlayerBase.c:180
Перекрестные ссылки
m_MixedSoundStates
.
ManBase
Создано системой
1.13.2