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

◆ OnStepEvent()

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

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

235 {
236 AnimStepEvent step_event = GetCreatureAIType().GetStepEvent(event_id);
237 if(step_event != NULL)
238 {
239 ProcessStepEvent(step_event);
240 }
241 }
void ProcessStepEvent(AnimStepEvent step_event)
Определения DayZAnimal.c:319
proto native DayZCreatureAIType GetCreatureAIType()
AnimStepEvent GetStepEvent(int event_id)
Определения DayZCreatureAIType.c:95

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