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

◆ OnSoundVoiceEvent()

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

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

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

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