DB/SoundFilterElem

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Parameters for sound filters. Filters sounds for death knight's voices.

≥ Wrath

  • ID int
  • soundFilterID, SoundFilter.dbc iRefID,Integer,Integer,Float,Float,Float,Float,Float,Float,Float,Float,Float
  • orderIndex int, (Normally 2, 3 for some, only "Death Knight Troll Male" has 4 entries.)
  • filterType int, {1,3,4,5}
  • parameters float[8]

6.0.1.18179

struct SoundFilterElemRec {
  uint32_t m_ID;
  uint32_t m_soundFilterID;
  uint32_t m_orderIndex;
  uint32_t m_filterType;
  float m_params[9];
};