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

◆ OnSoundVoiceEvent()

void DayZCreature::OnSoundVoiceEvent ( int event_id,
string event_user_string )
inlineprotected

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

268 {
269 AnimSoundVoiceEvent voice_event = GetCreatureAIType().GetSoundVoiceEvent(event_id);
270 if(voice_event != NULL)
271 {
272 ProcessSoundVoiceEvent(voice_event);
273 }
274 }
proto native DayZCreatureAIType GetCreatureAIType()
void ProcessSoundVoiceEvent(AnimSoundVoiceEvent sound_event)
Определения DayZAnimal.c:340
AnimSoundVoiceEvent GetSoundVoiceEvent(int event_id)
Определения DayZCreatureAIType.c:105

Перекрестные ссылки GetCreatureAIType() и ProcessSoundVoiceEvent().