DB/SpellIcon: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Contains a list of icons associated with things in the game. Not only for spells.
Contains a list of icons associated with things in the game. Not only for spells.


==Structure==
==4.0.3.13329==
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"
|-  
|-  
Line 7: Line 7:
! width="180" | Field  
! width="180" | Field  
! width="80" | Type  
! width="80" | Type  
! width="800" | Notes
! width="500" | Notes
|-  
|- style="background:#E0E0E0;"
| 1  || ID || Integer ||  
| 1  || ID || Integer ||  
|-  
|-  
Line 14: Line 14:
|}
|}


==0.5.3.3368, 1.12.1.5875, 4.0.3.13329, 6.0.1.18179==
struct SpellIconRec {
  uint32_t m_ID;
  {{Template:Type|stringref}} m_textureFilename;
};
[[Category: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 21: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;
};