DB/PaperDollItemFrame

From wowdev
Revision as of 16:00, 5 June 2016 by Schlumpf (talk | contribs)
Jump to navigation Jump to search

0.5.3.3368

struct PaperDollItemFrameRec {
  stringref m_ItemButtonName;
  stringref m_SlotIcon;
  uint32_t m_SlotNumber;
  uint32_t m_generatedID;
};

Structure

Column	Field 		Type 		Notes 	
1 	ItemButtonName 		String 		Unique 
2 	SlotIcon 	String 		path: "interface\paperdoll\UI-PaperDoll-Slot-[a-z].blp" 
3 	SlotNumber 	Integer 	

6.0.1.18179

struct PaperDollItemFrameRec {
  uint8_t padding_0[4];
  stringref m_ItemButtonName;
  stringref m_SlotIcon;
  uint32_t m_SlotNumber;
};