DB/GroundEffectDoodad

From wowdev
Revision as of 02:32, 11 July 2014 by Schlumpf (talk | contribs) (add full and correct info for 6.0.1.18179)
Jump to navigation Jump to search

Structure

Column Field Type Notes
1 ID Integer
2 Internal ID Integer Secondary ID, unique. Mostly a difference of one to ID. Removed around 3.2.
2 GroundModels String Models found in World\NoDXT\Detail\; *.MDL or *.MDX
3 flags Integer Mostly false. True on 26 WotLK doodads. New in 3.*.

6.0.1.18179

struct GroundEffectDoodadRec {
  int m_ID;
  stringref m_doodadpath;
  int m_flags;
  float m_animscale;
  float m_pushscale;
};


Partly retrieved from "http://www.sourcepeek.com/wiki/GroundEffectDoodad.dbc"