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

◆ OnStepEvent()

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

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

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

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