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

◆ OnSoundVoiceEvent()

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

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

226 {
227 AnimSoundVoiceEvent voice_event = GetCreatureAIType().GetSoundVoiceEvent(event_id);
228 if(voice_event != NULL)
229 {
230 ProcessSoundVoiceEvent(voice_event);
231 }
232 }
proto native DayZCreatureAIType GetCreatureAIType()
void ProcessSoundVoiceEvent(AnimSoundVoiceEvent sound_event)
Определения DayZAnimal.c:298
AnimSoundVoiceEvent GetSoundVoiceEvent(int event_id)
Определения DayZCreatureAIType.c:105

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