Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
DayZCreatureAIType Class Reference
Inheritance diagram for DayZCreatureAIType:
DayZCreatureType

Private Member Functions

void DayZCreatureAIType ()
AnimDamageEvent GetDamageEvent (int event_id)
AnimSoundEvent GetSoundEvent (int event_id)
AnimSoundVoiceEvent GetSoundVoiceEvent (int event_id)
AnimStepEvent GetStepEvent (int event_id)
void LoadAnimDamageEvents ()
void LoadAnimSoundEvents ()
void LoadAnimSoundVoiceEvents ()
void LoadAnimStepEvents ()
void LoadParams ()

Private Attributes

ref map< int, ref AnimDamageEvent > m_AnimDamageEvents
ref array< ref AnimDamageEvent > m_animDamageEvents
string m_AnimEventsCfgPath
ref map< int, ref AnimSoundEvent > m_AnimSoundEvents
ref array< ref AnimSoundEvent > m_animSoundEvents
 DEPRECATED.
ref map< int, ref AnimSoundVoiceEvent > m_AnimSoundVoiceEvents
ref array< ref AnimSoundVoiceEvent > m_animSoundVoiceEvents
ref map< int, ref AnimStepEvent > m_AnimStepEvents
ref array< ref AnimStepEvent > m_animStepEvents
string m_CfgPath

Detailed Description

Definition at line 1 of file dayzanimaltype.c.

Constructor & Destructor Documentation

◆ DayZCreatureAIType()

void DayZCreatureAIType ( )
inlineprivate

Member Function Documentation

◆ GetDamageEvent()

AnimDamageEvent GetDamageEvent ( int event_id)
inlineprivate

Definition at line 110 of file dayzcreatureaitype.c.

References m_AnimDamageEvents.

◆ GetSoundEvent()

AnimSoundEvent GetSoundEvent ( int event_id)
inlineprivate

Definition at line 100 of file dayzcreatureaitype.c.

References m_AnimSoundEvents.

◆ GetSoundVoiceEvent()

AnimSoundVoiceEvent GetSoundVoiceEvent ( int event_id)
inlineprivate

Definition at line 105 of file dayzcreatureaitype.c.

References m_AnimSoundVoiceEvents.

◆ GetStepEvent()

AnimStepEvent GetStepEvent ( int event_id)
inlineprivate

Definition at line 95 of file dayzcreatureaitype.c.

References m_AnimStepEvents.

◆ LoadAnimDamageEvents()

void LoadAnimDamageEvents ( )
inlineprivate

Definition at line 70 of file dayzcreatureaitype.c.

References g_Game, m_AnimDamageEvents, and m_AnimEventsCfgPath.

Referenced by LoadParams().

◆ LoadAnimSoundEvents()

void LoadAnimSoundEvents ( )
inlineprivate

Definition at line 18 of file dayzcreatureaitype.c.

References g_Game, m_AnimEventsCfgPath, and m_AnimSoundEvents.

Referenced by LoadParams().

◆ LoadAnimSoundVoiceEvents()

void LoadAnimSoundVoiceEvents ( )
inlineprivate

Definition at line 36 of file dayzcreatureaitype.c.

References g_Game, m_AnimEventsCfgPath, and m_AnimSoundVoiceEvents.

Referenced by LoadParams().

◆ LoadAnimStepEvents()

void LoadAnimStepEvents ( )
inlineprivate

Definition at line 54 of file dayzcreatureaitype.c.

References g_Game, m_AnimEventsCfgPath, and m_AnimStepEvents.

Referenced by LoadParams().

◆ LoadParams()

void LoadParams ( )
inlineprivate

Field Documentation

◆ m_AnimDamageEvents

ref map<int, ref AnimDamageEvent> m_AnimDamageEvents
private

Definition at line 9 of file dayzcreatureaitype.c.

Referenced by GetDamageEvent(), and LoadAnimDamageEvents().

◆ m_animDamageEvents

ref array<ref AnimDamageEvent> m_animDamageEvents
private

Definition at line 119 of file dayzcreatureaitype.c.

◆ m_AnimEventsCfgPath

◆ m_AnimSoundEvents

ref map<int, ref AnimSoundEvent> m_AnimSoundEvents
private

Definition at line 6 of file dayzcreatureaitype.c.

Referenced by GetSoundEvent(), and LoadAnimSoundEvents().

◆ m_animSoundEvents

ref array<ref AnimSoundEvent> m_animSoundEvents
private

DEPRECATED.

Definition at line 116 of file dayzcreatureaitype.c.

◆ m_AnimSoundVoiceEvents

ref map<int, ref AnimSoundVoiceEvent> m_AnimSoundVoiceEvents
private

Definition at line 8 of file dayzcreatureaitype.c.

Referenced by GetSoundVoiceEvent(), and LoadAnimSoundVoiceEvents().

◆ m_animSoundVoiceEvents

ref array<ref AnimSoundVoiceEvent> m_animSoundVoiceEvents
private

Definition at line 118 of file dayzcreatureaitype.c.

◆ m_AnimStepEvents

ref map<int, ref AnimStepEvent> m_AnimStepEvents
private

Definition at line 7 of file dayzcreatureaitype.c.

Referenced by GetStepEvent(), and LoadAnimStepEvents().

◆ m_animStepEvents

ref array<ref AnimStepEvent> m_animStepEvents
private

Definition at line 117 of file dayzcreatureaitype.c.

◆ m_CfgPath

string m_CfgPath
private

Definition at line 3 of file dayzcreatureaitype.c.

Referenced by DayZCreatureAIType().


The documentation for this class was generated from the following files: