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

◆ GetVoiceType()

int ManBase::GetVoiceType ( )
inlineprotected

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

1620 {
1621 int voice_type = ConfigGetInt("voiceType");
1622
1623 if (voice_type == 0)
1624 {
1625 voice_type = 1;
1626 }
1627
1628 return voice_type;
1629 }