DB/SoundWaterType: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=1|max_expansionlevel=3}}
==0.5.3.3368==
==0.5.3.3368==
  struct SoundWaterTypeRec {
  struct SoundWaterTypeRec {

Revision as of 03:44, 20 July 2016

Vanilla … Wrath

0.5.3.3368

struct SoundWaterTypeRec {
  uint32_t m_ID;
  uint32_t m_soundType;
  uint32_t m_soundSubtype;
  uint32_t m_SoundID;
};

Structure

Column	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	iRefID_LiquidType 	Integer 	
3 	FluidSpeed 		BitMask 	Water speed. 0x0 = still; 0x4 = slow; 0x8 fast
4 	iRefID_SoundEntries 	Integer