DB/SpellIcon: Difference between revisions
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...) |
Barncastle (talk | contribs) mNo edit summary |
||
(13 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
Contains a list of icons associated with | Contains a list of icons associated with things in the game. Not only for spells. | ||
== | ==4.0.3.13329== | ||
{| style="background:#FCFCFC; color:black" | |||
|- | |||
! width="80" | Column | |||
! 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. | |||
|} | |||
== | ==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_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; };