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

◆ OnSoundEvent()

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

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

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

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