DB/WowError Strings: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page WowError Strings.dbc to DB/WowError Strings)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Header Info==
{{Template:Sandbox/VersionRange|min_expansionlevel=1|max_expansionlevel=5}}
Records....................13
Fields.....................11
Record Size................44
String Block Size.........466


==1.12.1.5875==
struct WowError_StringsRec {
  uint32_t m_ID;
  {{Template:Type|stringref}} name;
  {{Template:Type|langstringref}} value;
};
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
Line 10: Line 12:
  2 Error Name String Internal / Short name for the errors  
  2 Error Name String Internal / Short name for the errors  
  3-19 Error Text String + [[Loc]] Full text string  
  3-19 Error Text String + [[Loc]] Full text string  
Retrieved from "http://www.sourcepeek.com/wiki/WowError_Strings.dbc"


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

Latest revision as of 23:19, 1 October 2017

Vanilla … Mists

1.12.1.5875

struct WowError_StringsRec {
  uint32_t m_ID;
  stringref name;
  langstringref value;
};

Structure

Column 	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	Error Name 	String 		Internal / Short name for the errors 
3-19 	Error Text 	String + Loc	Full text string