DIFF

class DayZCreatureAITypeSource

DayZCreatureAIType DayZCreatureType EntityAIType EntityType

All members, including inherited

Constructors 1

void DayZCreatureAIType()

Members 10

string m_CfgPath
Referenced by DayZCreatureAIType()
private ref map<int, ref AnimSoundEvent> m_AnimSoundEvents
private ref map<int, ref AnimStepEvent> m_AnimStepEvents
private ref map<int, ref AnimSoundVoiceEvent> m_AnimSoundVoiceEvents
private ref map<int, ref AnimDamageEvent> m_AnimDamageEvents
ref array<ref AnimSoundEvent> m_animSoundEvents

DEPRECATED

ref array<ref AnimStepEvent> m_animStepEvents
ref array<ref AnimSoundVoiceEvent> m_animSoundVoiceEvents
ref array<ref AnimDamageEvent> m_animDamageEvents

Methods 9

private void LoadParams()
Referenced by DayZCreatureAIType()
AnimStepEvent GetStepEvent(int event_id)
References map.Get(), and m_AnimStepEvents
AnimSoundEvent GetSoundEvent(int event_id)
AnimDamageEvent GetDamageEvent(int event_id)