DB/CreatureMovementInfo: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Added Category WotLK)
mNo edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
New in WotLK.
{{Template:Sandbox/VersionRange|min_expansionlevel=3}}


  struct CreatureMovementInfoEntry // sizeof(0x8)
==3.3.5.12340, 6.0.1.18179==
{
  struct CreatureMovementInfoRec {
    m_ID; // +0x0, size 0x4, type 0
  uint32_t m_ID;
    m_smoothFacingChaseRate; // +0x4, size 0x4, type 3
  float m_smoothFacingChaseRate;
  };
  };


[[Category:DBC]][[Category:DBC_WotLK]]
[[Category:DBC]]
[[Category:DBC_WotLK]][[Category:3.3.5.12340]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 17:35, 1 January 2020

≥ Wrath

3.3.5.12340, 6.0.1.18179

struct CreatureMovementInfoRec {
  uint32_t m_ID;
  float m_smoothFacingChaseRate;
};