DB/EnvironmentalDamage: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: ==Header Info== Records.....................6 Fields......................3 Record Size................12 String Block Size...........1 ==Structure== '''Column Field Type Notes'...)
 
mNo edit summary
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Header Info==
==1.12.1.5875, 6.0.1.18179==
Records.....................6
  struct EnvironmentalDamageRec {
  Fields......................3
  uint32_t m_ID;
Record Size................12
  uint32_t m_EnumID;                                                // usually <tt>m_ID - 1</tt>. Used for the array holding the values in the client. {{Unverified|This has to be < 6!}}                                         
  String Block Size...........1
  {{Type/foreign_key|table=SpellVisualKit}} m_VisualkitID;    // Played when damage is received
  };


==Structure==
[[Category:DBC]]
'''Column Field Type Notes'''
[[Category:DBC_Vanilla]]
1 ID Integer
[[Category:DBC_WotLK]]
2 Unknown Integer
[[Category:DBC_WoD]][[Category:6.0.1.18179]]
3 iRefID_? Integer* Q: table call?
 
Retrieved from "http://www.sourcepeek.com/wiki/EnvironmentalDamage.dbc"

Latest revision as of 16:33, 1 January 2020

1.12.1.5875, 6.0.1.18179

struct EnvironmentalDamageRec {
  uint32_t m_ID;
  uint32_t m_EnumID;                                                 // usually m_ID - 1. Used for the array holding the values in the client. This has to be < 6!                                          
  foreign_key<uint32_t, &SpellVisualKitRec::m_ID> m_VisualkitID;    // Played when damage is received
};