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

◆ OnStepEvent()

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

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

277 {
278 AnimStepEvent step_event = GetCreatureAIType().GetStepEvent(event_id);
279 if(step_event != NULL)
280 {
281 ProcessStepEvent(step_event);
282 }
283 }
void ProcessStepEvent(AnimStepEvent step_event)
Определения DayZAnimal.c:361
proto native DayZCreatureAIType GetCreatureAIType()
AnimStepEvent GetStepEvent(int event_id)
Определения DayZCreatureAIType.c:95

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