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

◆ OnSoundEvent()

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

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

217 {
218 AnimSoundEvent sound_event = GetCreatureAIType().GetSoundEvent(event_id);
219 if(sound_event != NULL)
220 {
221 ProcessSoundEvent(sound_event);
222 }
223 }
proto native DayZCreatureAIType GetCreatureAIType()
AnimSoundEvent GetSoundEvent(int event_id)
Определения DayZCreatureAIType.c:100
void ProcessSoundEvent(AnimSoundEvent sound_event)
Определения DayZAnimal.c:278

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