DB/StringLookups: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Header Info==
==0.5.3.3368, 1.12.1.5875, 6.0.1.18179==
Records.....................9
  struct StringLookupsRec {
  Fields......................2
  uint32_t m_ID;
Record Size.................8
  {{Template:Type|stringref}} m_String;
  String Block Size.........292
  };
 
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
Line 10: Line 9:
  2 Filename String Q: Is this a filename? A path? Both?!  
  2 Filename String Q: Is this a filename? A path? Both?!  


Retrieved from "http://www.sourcepeek.com/wiki/StringLookups.dbc"
==6.0.1.18179==
struct StringLookupsRec {
  uint32_t m_ID;
  stringref m_String;
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_Alpha]]
[[Category:DBC_Vanilla]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 22:52, 1 October 2017

0.5.3.3368, 1.12.1.5875, 6.0.1.18179

struct StringLookupsRec {
  uint32_t m_ID;
  stringref m_String;
};

Structure

Column 	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	Filename 	String 		Q: Is this a filename? A path? Both?!