DayZ Scripts
PC Stable Documentation
 
Loading...
Searching...
No Matches
InventoryItemSoundBase Class Reference

Private Member Functions

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

Private Attributes

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

Constructor & Destructor Documentation

◆ InventoryItemSoundBase()

void InventoryItemSoundBase ( string  name,
string  cfgPath 
)
inlineprivate

References LoadSoundEvents(), m_CfgPath, m_Name, and name.

Member Function Documentation

◆ GetAttachSoundSets()

ref map< int, string > GetAttachSoundSets ( )
inlineprivate

References m_AttachSoundSets.

◆ GetDetachSoundSets()

ref map< int, string > GetDetachSoundSets ( )
inlineprivate

References m_DetachSoundSets.

Referenced by GetSlotDetachSoundSet().

◆ LoadSoundEvents()

protected void LoadSoundEvents ( )
private

Referenced by InventoryItemSoundBase().

Field Documentation

◆ m_AttachSoundSets

protected ref map<int, string> m_AttachSoundSets
private

Referenced by GetAttachSoundSets().

◆ m_CfgPath

protected string m_CfgPath
private

◆ m_DetachSoundSets

protected ref map<int, string> m_DetachSoundSets
private

◆ m_Name

protected string m_Name
private

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