DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetVoiceType()
int
ManBase::GetVoiceType
(
)
inline
protected
См. определение в файле
PlayerBase.c
строка
1479
1480
{
1481
int
voice_type = ConfigGetInt(
"voiceType"
);
1482
1483
if
(voice_type == 0)
1484
{
1485
voice_type = 1;
1486
}
1487
1488
return
voice_type;
1489
}
ManBase
Создано системой
1.13.2