DB/WorldChunkSounds: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=3}}
  struct WorldChunkSoundsEntry // sizeof(0x28)
  struct WorldChunkSoundsEntry // sizeof(0x28)
  {
  {
Line 25: Line 28:
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]]
[[Category:6.0.1.18179]]

Latest revision as of 01:52, 20 July 2016

≥ Wrath

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
};

6.0.1.18179

struct WorldChunkSoundsRec {
  uint8_t padding_0[4];
  uint32_t m_MapID;
  uint32_t m_ChunkX;
  uint32_t m_ChunkY;
  uint32_t m_SubchunkX;
  uint32_t m_SubchunkY;
  uint32_t m_SoundOverrideID;
};