DB/SpellIcon: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: Contains a list of icons associated with spells in the game. ==Header Info == Records..................1533 Fields......................2 Record Size.................8 String Block S...)
 
mNo edit summary
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Contains a list of icons associated with spells in the game.  
Contains a list of icons associated with things in the game. Not only for spells.


==Header Info ==
==4.0.3.13329==
Records..................1533
{| style="background:#FCFCFC; color:black"
  Fields......................2
|-
Record Size.................8
! width="80" | Column
String Block Size.......57522
! width="180" | Field
! width="80" | Type
! width="500" | Notes
|- style="background:#E0E0E0;"
| 1 || ID || Integer ||
|-
| 2 || File || String || There are no extensions (.blp) in these. They mostly match "Interface\Icons\[a-z_0-9]"  but there are exceptions.
|}


==Structure==
==0.5.3.3368, 1.12.1.5875, 4.0.3.13329, 6.0.1.18179==
  '''Column Field Type Notes'''
  struct SpellIconRec {
  1 ID Integer
  uint32_t m_ID;
2 sRefPath String path: "Interface\Icons\[a-z_0-9]"
  {{Template:Type|stringref}} m_textureFilename;
 
  };
Retrieved from "http://www.sourcepeek.com/wiki/SpellIcon.dbc"
[[Category:DBC]]
[[Category:DBC_Alpha]]
[[Category:DBC_Vanilla]]
[[Category:DBC_BC]]
[[Category:DBC_WotLK]]
[[Category:DBC_Cataclysm]]
[[Category:DBC_MoP]]
[[Category:4.0.3.13329]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 22:45, 1 October 2017

Contains a list of icons associated with things in the game. Not only for spells.

4.0.3.13329

Column Field Type Notes
1 ID Integer
2 File String There are no extensions (.blp) in these. They mostly match "Interface\Icons\[a-z_0-9]" but there are exceptions.

0.5.3.3368, 1.12.1.5875, 4.0.3.13329, 6.0.1.18179

struct SpellIconRec {
  uint32_t m_ID;
  stringref m_textureFilename;
};