DB/SoundWaterType: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Undo revision 24705 by Barncastle (talk))
Line 4: Line 4:
  struct SoundWaterTypeRec {
  struct SoundWaterTypeRec {
   uint32_t m_ID;
   uint32_t m_ID;
   {{Template:Type/foreign_key|table=SoundEntries}} m_soundType;
   uint32_t m_soundType;
   uint32_t m_soundSubtype;
   uint32_t m_soundSubtype;
   uint32_t m_SoundID;
   {{Template:Type/foreign_key|table=SoundEntries}} m_SoundID;
  };
  };
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  

Revision as of 15:07, 2 October 2017

PreVanilla … Wrath

0.5.3.3368, 1.12.1.5875

struct SoundWaterTypeRec {
  uint32_t m_ID;
  uint32_t m_soundType;
  uint32_t m_soundSubtype;
  foreign_key<uint32_t, &SoundEntriesRec::m_ID> 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