DB/GroundEffectDoodad: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
==Header Info==
Records...................529
Fields......................3
Record Size................12
String Block Size........6938
==Structure==
==Structure==
'''Column Field Type Notes'''
{| style="background:#FCFCFC; color:black"
  1 ID Integer
|-
  2 InternalID Integer
! width="80" | Column  
  3 GroundModels String Models found in World\NoDXT\Detail *.mdl !
! width="180 " | Field  
  4 Unknown Integer(?) Mostly 0       
! width="80" | Type  
! width="700" | Notes
|-
| 1 || ID || Integer ||
|-
| 2 || Internal ID || Integer || Secondary ID, unique. Mostly a difference of one to ID.
|-
| 3 || GroundModels || String || Models found in World\NoDXT\Detail\; *.MDL or *.MDX
|- style="background:#C1FFC1;"
| 4 || Unknown || Bool || Mostly false. True on 26 WotLK doodads. New in 3.*.
|}


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


[[Category:DBC]]
[[Category:DBC]][[Category:3.0.2.8905]]

Revision as of 16:12, 30 November 2008

Structure

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

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