DB/WorldChunkSounds: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with ' struct WorldChunkSoundsEntry // sizeof(0x28) { m_generatedID; // +0x0, size 0x4, type 0 m_WorldMapContinentID; // +0x4, size 0x4, type 0 m_ChunkX; // +0x8, size 0x4…')
 
m (Added Category WotLK)
Line 14: Line 14:


[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]

Revision as of 18:18, 11 December 2012

struct WorldChunkSoundsEntry // sizeof(0x28)
{
   m_generatedID; // +0x0, size 0x4, type 0
   m_WorldMapContinentID; // +0x4, size 0x4, type 0
   m_ChunkX; // +0x8, size 0x4, type 0
   m_ChunkY; // +0xC, size 0x4, type 0
   m_SubchunkX; // +0x10, size 0x4, type 0
   m_SubchunkY; // +0x14, size 0x4, type 0
   m_ZoneIntroMusicID; // +0x18, size 0x4, type 0
   m_ZoneMusicID; // +0x1C, size 0x4, type 0
   m_SoundAmbienceID; // +0x20, size 0x4, type 0
   m_SoundProviderPreferencesID; // +0x24, size 0x4, type 0
};