DB/PaperDollItemFrame: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
== Structure ==
== Structure ==
  Column Field Type Notes
  Column Field Type Notes
  1 ID String Unique  
  1 ItemButtonName String Unique  
  2 sRefPath String path: "interface\paperdoll\UI-PaperDoll-Slot-[a-z].blp"  
  2 SlotIcon String path: "interface\paperdoll\UI-PaperDoll-Slot-[a-z].blp"  
  3 slot_id Integer
  3 SlotNumber Integer


Retrieved from "http://www.sourcepeek.com/wiki/PaperDollItemFrame.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/PaperDollItemFrame.dbc"


[[Category:DBC]]
[[Category:DBC]]

Revision as of 19:44, 16 April 2011

Header Info

Records....................36
Fields......................3
Record Size................12
String Block Size........1150

Structure

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

Retrieved from "http://www.sourcepeek.com/wiki/PaperDollItemFrame.dbc"