DB/TextureFileData: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== 7.0.1.21737 ==
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Column
! width="180" | Field
! width="80" | Type
! width="500" | Notes
|- style="background:#E0E0E0;"
| 1 || ID || Integer ||
|-
| 2 || Unknown || Integer ||
|- style="background:#E0E0E0;"
| 3 || [[DB/FileDataComplete|FileDataCompleteID]] || iRefID ||
|}
[[User:Synric|Synric]] 12th July 2016
==6.0.3.19243, 6.2.4.21463==
==6.0.3.19243, 6.2.4.21463==
  struct TextureFileDataRec{
  struct TextureFileDataRec{
Line 10: Line 26:
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WoD]][[Category:6.0.3.19243]][[Category:6.2.4.21463]]
[[Category:DBC_WoD]][[Category:6.0.3.19243]][[Category:6.2.4.21463]]
[[Category:DBC_Legion]][[[Category:7.0.1.23717]]

Revision as of 21:44, 12 July 2016

7.0.1.21737

Column Field Type Notes
1 ID Integer
2 Unknown Integer
3 FileDataCompleteID iRefID

Synric 12th July 2016

6.0.3.19243, 6.2.4.21463

struct TextureFileDataRec{
  uint32_t m_ID; // Identification value. Seemingly has no further use. Probably for internal tools.
  uint32_t m_textureItemID; // this is the id used to join this table with other ones (see also ItemDisplayInfo.dbc)
  uint32_t m_unk; // always 0
  uint32_t m_textureType; // 0 = texture for male, 1 = texture for female, 2 = both male/female texture, 3 = item texture
  foreign_key<uint32_t, &FileDataRec::m_ID> m_fileDataID;
};[[[Category:7.0.1.23717]]