![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | SoundLookupTable () |
| void | AttachmentSoundLookupTable () |
| SoundObjectBuilder | GetSoundBuilder (int parameterHash) |
| void | ImpactSoundLookupTable () |
| void | InitTable (string tableCategoryName, string parameterName) |
| void | LoadTable (string soundLookupTableName) |
Private Attributes | |
| string | m_parameterName |
| ref map< int, ref array< SoundObjectBuilder > > | m_soundBuilders |
| string | m_tableCategoryName |
Definition at line 2 of file dayzanimeventmaps.c.
|
inlineprivate |
Definition at line 4 of file dayzanimeventmaps.c.
References m_soundBuilders.
|
inlineprivate |
Definition at line 89 of file dayzanimeventmaps.c.
References InitTable().
|
inlineprivate |
Definition at line 53 of file dayzanimeventmaps.c.
References m_soundBuilders, Math::RandomInt(), and SoundObjectBuilder().
Referenced by DayZPlayerTypeStepSoundLookupTable::GetSoundBuilder(), and GetSoundBuilder().
|
inlineprivate |
Definition at line 118 of file dayzanimeventmaps.c.
References InitTable().
Definition at line 9 of file dayzanimeventmaps.c.
References m_parameterName, and m_tableCategoryName.
Referenced by AttachmentSoundLookupTable(), ImpactSoundLookupTable(), ImpactSoundLookupTable(), PlayerVoiceLookupTable(), and SoundLookupTable().
|
inlineprivate |
Definition at line 15 of file dayzanimeventmaps.c.
References g_Game, AnimSoundObjectBuilderBank::GetBuilder(), AnimSoundObjectBuilderBank::GetInstance(), string::Hash(), m_parameterName, m_soundBuilders, m_tableCategoryName, path, and SoundObjectBuilder().
Referenced by GetActionTable(), GetBuilder(), and GetImpactTable().
|
private |
Definition at line 74 of file dayzanimeventmaps.c.
Referenced by InitTable(), and LoadTable().
|
private |
Definition at line 75 of file dayzanimeventmaps.c.
Referenced by SoundLookupTable(), GetSoundBuilder(), and LoadTable().
|
private |
Definition at line 73 of file dayzanimeventmaps.c.
Referenced by InitTable(), and LoadTable().