DB/EmoteAnims

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

PreVanilla (0.5.3.3368) … PreVanilla (0.6.0.3592)

struct EmoteAnimsRec {
  uint32_t m_ID;
  uint32_t m_ProcessedAnimIndex;  // internal sort index, g_animationNames.IndexOf(m_AnimName)
  stringref m_AnimName;
};