Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
dayzanimeventmaps.c File Reference

Go to the source code of this file.

Data Structures

class  SoundLookupTable
 
class  SoundLookupTable
 
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

private string m_tableCategoryName
 
private string m_parameterName
 
private ref map< int, ref array< SoundObjectBuilder > > m_soundBuilders
 
class AttachmentSoundLookupTable extends SoundLookupTable m_NoiseParams
 
private autoptr map< int, ref SoundObjectBuilderm_pBuilders
 
private autoptr map< int, ref SoundLookupTablem_pTables
 

Function Documentation

◆ ActionSoundLookupTable()

class ImpactSoundLookupTable extends SoundLookupTable ActionSoundLookupTable ( )

Definition at line 126 of file dayzanimeventmaps.c.

◆ AnimSoundLookupTableBank()

class AnimSoundObjectBuilderBank AnimSoundLookupTableBank ( )

Definition at line 179 of file dayzanimeventmaps.c.

◆ AnimSoundObjectBuilderBank()

void AnimSoundLookupTableBank::AnimSoundObjectBuilderBank ( )

Definition at line 110 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 125 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 51 of file dayzanimeventmaps.c.

◆ GetStepTable()

SoundLookupTable GetStepTable ( string  tableName)

Definition at line 194 of file dayzanimeventmaps.c.

◆ ImpactSoundLookupTable()

void ActionSoundLookupTable::ImpactSoundLookupTable ( )

Definition at line 110 of file dayzanimeventmaps.c.

◆ InitTable()

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

Definition at line 7 of file dayzanimeventmaps.c.

◆ LoadTable()

void StepSoundLookupTable::LoadTable ( string  soundLookupTableName)

Definition at line 13 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 2 of file dayzanimeventmaps.c.

◆ StepSoundLookupTable()

class SoundLookupTable StepSoundLookupTable ( )

Definition at line 81 of file dayzanimeventmaps.c.

Variable Documentation

◆ m_NoiseParams

class AttachmentSoundLookupTable extends SoundLookupTable m_NoiseParams

◆ m_parameterName

private string m_parameterName

Definition at line 72 of file dayzanimeventmaps.c.

◆ m_pBuilders

private autoptr map<int, ref SoundObjectBuilder> m_pBuilders

Definition at line 148 of file dayzanimeventmaps.c.

◆ m_pTables

private autoptr map<int, ref SoundLookupTable> m_pTables

Definition at line 237 of file dayzanimeventmaps.c.

◆ m_soundBuilders

private ref map<int, ref array<SoundObjectBuilder> > m_soundBuilders

Definition at line 73 of file dayzanimeventmaps.c.

◆ m_tableCategoryName

private string m_tableCategoryName

Definition at line 71 of file dayzanimeventmaps.c.