DB/EmoteAnims: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
==0.5.3.3368==
{{Template:Sandbox/VersionRange|min_expansionlevel=0|max_expansionlevel=0|min_build=0.5.3.3368|max_build=0.6.0.3592}}
 
====Struct====
  struct EmoteAnimsRec
  struct EmoteAnimsRec
  {
  {

Revision as of 18:36, 2 September 2017

PreVanilla (0.5.3.3368) … PreVanilla (0.6.0.3592)

Struct

struct EmoteAnimsRec
{
  uint32_t m_ID;
  uint32_t m_ProcessedAnimIndex;
  stringref m_AnimName;
};