Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
InventoryItemSoundBase Class Reference
Inheritance diagram for InventoryItemSoundBase:
InventoryItemSoundDetach

Protected Member Functions

void InventoryItemSoundBase (string name, string cfgPath)
void LoadSoundEvents ()
ref map< int, stringGetAttachSoundSets ()
ref map< int, stringGetDetachSoundSets ()

Protected Attributes

string m_Name
string m_CfgPath
ref map< int, stringm_AttachSoundSets
ref map< int, stringm_DetachSoundSets

Detailed Description

Definition at line 3 of file inventoryitemtype.c.

Constructor & Destructor Documentation

◆ InventoryItemSoundBase()

void InventoryItemSoundBase::InventoryItemSoundBase ( string name,
string cfgPath )
protected

Definition at line 10 of file inventoryitemtype.c.

Member Function Documentation

◆ GetAttachSoundSets()

ref map< int, string > InventoryItemSoundBase::GetAttachSoundSets ( )
protected

Definition at line 20 of file inventoryitemtype.c.

◆ GetDetachSoundSets()

ref map< int, string > InventoryItemSoundBase::GetDetachSoundSets ( )
protected

Definition at line 25 of file inventoryitemtype.c.

◆ LoadSoundEvents()

void InventoryItemSoundBase::LoadSoundEvents ( )
protected

Member Data Documentation

◆ m_AttachSoundSets

ref map<int, string> InventoryItemSoundBase::m_AttachSoundSets
protected

Definition at line 7 of file inventoryitemtype.c.

◆ m_CfgPath

string InventoryItemSoundBase::m_CfgPath
protected

Definition at line 6 of file inventoryitemtype.c.

◆ m_DetachSoundSets

ref map<int, string> InventoryItemSoundBase::m_DetachSoundSets
protected

Definition at line 8 of file inventoryitemtype.c.

◆ m_Name

string InventoryItemSoundBase::m_Name
protected

Definition at line 5 of file inventoryitemtype.c.


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