![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | AnimSoundObjectBuilderBank |
| class | SoundLookupTable |
Functions | |
| class ImpactSoundLookupTable extends SoundLookupTable | ActionSoundLookupTable () |
| class AnimSoundObjectBuilderBank | AnimSoundLookupTableBank () |
| void | AnimSoundObjectBuilderBank () |
| SoundLookupTable | GetActionTable (string tableName) |
| SoundObjectBuilder | GetBuilder (string soundSetName) |
| SoundLookupTable | GetImpactTable (string tableName) |
| static AnimSoundObjectBuilderBank | GetInstance () |
| NoiseParams | GetNoiseParam () |
| SoundObjectBuilder | GetSoundBuilder (int parameterHash) |
| SoundLookupTable | GetStepTable (string tableName) |
| void | ImpactSoundLookupTable () |
| void | InitTable (string tableCategoryName, string parameterName) |
| void | LoadTable (string soundLookupTableName) |
| void | PlayerVoiceLookupTable () |
| void | SetNoiseParam (NoiseParams param) |
| void | SoundLookupTable () |
| class SoundLookupTable | StepSoundLookupTable () |
Variables | |
| static ref AnimSoundObjectBuilderBank | m_instance |
| class AttachmentSoundLookupTable extends SoundLookupTable | m_NoiseParams |
| string | m_parameterName |
| autoptr map< int, ref SoundObjectBuilder > | m_pBuilders |
| autoptr map< int, ref SoundLookupTable > | m_pTables |
| ref map< int, ref array< SoundObjectBuilder > > | m_soundBuilders |
| string | m_tableCategoryName |
| class ImpactSoundLookupTable extends SoundLookupTable ActionSoundLookupTable | ( | ) |
Definition at line 116 of file dayzanimeventmaps.c.
References ImpactSoundLookupTable().
Referenced by GetActionTable().
| class AnimSoundObjectBuilderBank AnimSoundLookupTableBank | ( | ) |
Definition at line 116 of file dayzanimeventmaps.c.
Referenced by GetInstance(), and EntityAI::InitImpactSoundData().
| void AnimSoundObjectBuilderBank | ( | ) |
Definition at line 180 of file dayzanimeventmaps.c.
References m_pTables.
| SoundLookupTable GetActionTable | ( | string | tableName | ) |
Definition at line 222 of file dayzanimeventmaps.c.
References ActionSoundLookupTable(), string::Hash(), SoundLookupTable::LoadTable(), and m_pTables.
| SoundObjectBuilder GetBuilder | ( | string | soundSetName | ) |
Definition at line 195 of file dayzanimeventmaps.c.
References string::Hash(), SoundLookupTable::LoadTable(), m_pTables, and StepSoundLookupTable().
| SoundLookupTable GetImpactTable | ( | string | tableName | ) |
Definition at line 208 of file dayzanimeventmaps.c.
References string::Hash(), ImpactSoundLookupTable(), SoundLookupTable::LoadTable(), and m_pTables.
|
static |
Definition at line 186 of file dayzanimeventmaps.c.
References AnimSoundLookupTableBank(), and m_instance.
| NoiseParams GetNoiseParam | ( | ) |
Definition at line 109 of file dayzanimeventmaps.c.
References m_NoiseParams, and NoiseParams().
| SoundObjectBuilder GetSoundBuilder | ( | int | parameterHash | ) |
Definition at line 131 of file dayzanimeventmaps.c.
| SoundLookupTable GetStepTable | ( | string | tableName | ) |
Definition at line 194 of file dayzanimeventmaps.c.
| void ImpactSoundLookupTable | ( | ) |
Definition at line 127 of file dayzanimeventmaps.c.
References SoundLookupTable::InitTable().
Referenced by ActionSoundLookupTable(), and GetImpactTable().
Definition at line 87 of file dayzanimeventmaps.c.
| void LoadTable | ( | string | soundLookupTableName | ) |
Definition at line 93 of file dayzanimeventmaps.c.
| void PlayerVoiceLookupTable | ( | ) |
Definition at line 99 of file dayzanimeventmaps.c.
References SoundLookupTable::InitTable().
Referenced by DayZPlayerTypeVoiceSoundLookupTable::DayZPlayerTypeVoiceSoundLookupTableImpl(), GetInstance(), DayZPlayerTypeVoiceSoundLookupTable::GetNoiseParams(), and DayZPlayerTypeVoiceSoundLookupTable::GetSoundBuilder().
| void SetNoiseParam | ( | NoiseParams | param | ) |
Definition at line 104 of file dayzanimeventmaps.c.
References m_NoiseParams, and NoiseParams().
| void SoundLookupTable | ( | ) |
Definition at line 82 of file dayzanimeventmaps.c.
References SoundLookupTable::InitTable().
| class SoundLookupTable StepSoundLookupTable | ( | ) |
Definition at line 1 of file dayzanimeventmaps.c.
Referenced by DayZPlayerTypeStepSoundLookupTable::DayZPlayerTypeStepSoundLookupTableImpl(), and GetBuilder().
|
staticprivate |
Definition at line 217 of file dayzanimeventmaps.c.
Referenced by GetInstance().
| class AttachmentSoundLookupTable extends SoundLookupTable m_NoiseParams |
Referenced by GetNoiseParam(), and SetNoiseParam().
|
private |
Definition at line 152 of file dayzanimeventmaps.c.
|
private |
Definition at line 218 of file dayzanimeventmaps.c.
|
private |
Definition at line 237 of file dayzanimeventmaps.c.
Referenced by AnimSoundObjectBuilderBank(), GetActionTable(), GetBuilder(), and GetImpactTable().
|
private |
Definition at line 153 of file dayzanimeventmaps.c.
|
private |
Definition at line 151 of file dayzanimeventmaps.c.