DB/Startup Strings: Difference between revisions

From wowdev
Jump to navigation Jump to search
(+ Loc)
mNo edit summary
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
==Header Info==
Records.....................7
Fields.....................11
Record Size................44
String Block Size.........676
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer
  1 ID Integer
  2 sRefCon String
  2 Name String
  3-11 Text String + [[Loc]] Error Text
  3-11 Text String + [[Loc]]
 
Retrieved from "http://www.sourcepeek.com/wiki/Startup_Strings.dbc"


==1.12.1.5875, 6.0.1.18179==
struct Startup_StringsRec {
  uint32_t m_ID;
  {{Template:Type|stringref}} m_name;
  {{Template:Type|langstringref}} m_message_lang;
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_Vanilla]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Revision as of 23:56, 1 October 2017

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	Name 		String 	
3-11 	Text 		String + Loc

1.12.1.5875, 6.0.1.18179

struct Startup_StringsRec {
  uint32_t m_ID;
  stringref m_name;
  langstringref m_message_lang;
};