Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
dayzanimeventmaps.c File Reference

Go to the source code of this file.

Classes

class  SoundLookupTable
 
class  AnimSoundObjectBuilderBank
 

Functions

class SoundLookupTable StepSoundLookupTable ()
 
void SoundLookupTable ()
 
void InitTable (string tableCategoryName, string parameterName)
 
void LoadTable (string soundLookupTableName)
 
SoundObjectBuilder GetSoundBuilder (int parameterHash)
 
void PlayerVoiceLookupTable ()
 
void SetNoiseParam (NoiseParams param)
 
NoiseParams GetNoiseParam ()
 
class ImpactSoundLookupTable extends SoundLookupTable ActionSoundLookupTable ()
 
void ImpactSoundLookupTable ()
 
class AnimSoundObjectBuilderBank AnimSoundLookupTableBank ()
 
void AnimSoundObjectBuilderBank ()
 
SoundObjectBuilder GetBuilder (string soundSetName)
 
SoundLookupTable GetStepTable (string tableName)
 
SoundLookupTable GetImpactTable (string tableName)
 
SoundLookupTable GetActionTable (string tableName)
 

Variables

class AttachmentSoundLookupTable extends SoundLookupTable m_NoiseParams
 

Function Documentation

◆ ActionSoundLookupTable()

class ImpactSoundLookupTable extends SoundLookupTable ActionSoundLookupTable ( )

Definition at line 116 of file dayzanimeventmaps.c.

◆ AnimSoundLookupTableBank()

class AnimSoundObjectBuilderBank AnimSoundLookupTableBank ( )

Definition at line 116 of file dayzanimeventmaps.c.

◆ AnimSoundObjectBuilderBank()

void AnimSoundLookupTableBank::AnimSoundObjectBuilderBank ( )

Definition at line 180 of file dayzanimeventmaps.c.

◆ GetActionTable()

SoundLookupTable GetActionTable ( string tableName)

Definition at line 222 of file dayzanimeventmaps.c.

◆ GetBuilder()

SoundObjectBuilder AnimSoundLookupTableBank::GetBuilder ( string soundSetName)

Definition at line 195 of file dayzanimeventmaps.c.

◆ GetImpactTable()

SoundLookupTable GetImpactTable ( string tableName)

Definition at line 208 of file dayzanimeventmaps.c.

◆ GetNoiseParam()

NoiseParams GetNoiseParam ( )

Definition at line 109 of file dayzanimeventmaps.c.

◆ GetSoundBuilder()

SoundObjectBuilder StepSoundLookupTable::GetSoundBuilder ( int parameterHash)

Definition at line 131 of file dayzanimeventmaps.c.

◆ GetStepTable()

SoundLookupTable GetStepTable ( string tableName)

Definition at line 194 of file dayzanimeventmaps.c.

◆ ImpactSoundLookupTable()

void ActionSoundLookupTable::ImpactSoundLookupTable ( )

Definition at line 127 of file dayzanimeventmaps.c.

◆ InitTable()

void StepSoundLookupTable::InitTable ( string tableCategoryName,
string parameterName )

Definition at line 87 of file dayzanimeventmaps.c.

◆ LoadTable()

void StepSoundLookupTable::LoadTable ( string soundLookupTableName)

Definition at line 93 of file dayzanimeventmaps.c.

◆ PlayerVoiceLookupTable()

void PlayerVoiceLookupTable ( )

Definition at line 99 of file dayzanimeventmaps.c.

◆ SetNoiseParam()

void SetNoiseParam ( NoiseParams param)

Definition at line 104 of file dayzanimeventmaps.c.

◆ SoundLookupTable()

void StepSoundLookupTable::SoundLookupTable ( )

Definition at line 82 of file dayzanimeventmaps.c.

◆ StepSoundLookupTable()

class SoundLookupTable StepSoundLookupTable ( )

Definition at line 1 of file dayzanimeventmaps.c.

Variable Documentation

◆ m_NoiseParams

class AttachmentSoundLookupTable extends SoundLookupTable m_NoiseParams