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

◆ OnSoundEvent()

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

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

261 {
262 AnimSoundEvent sound_event = GetCreatureAIType().GetSoundEvent(event_id);
263 if(sound_event != NULL)
264 {
265 ProcessSoundEvent(sound_event);
266 }
267 }
proto native DayZCreatureAIType GetCreatureAIType()
AnimSoundEvent GetSoundEvent(int event_id)
Определения DayZCreatureAIType.c:100
void ProcessSoundEvent(AnimSoundEvent sound_event)
Определения DayZAnimal.c:322

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