DB/ItemSubClassMask: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
==Header Info ==
==1.12.1.5875==
  Records.....................4
  struct ItemSubClassMaskRec {
Fields.....................11
  uint32_t m_classID;
Record Size................44
  uint32_t m_mask;
  String Block Size..........59
  {{Template:Type|langstringref}} m_name_lang;
 
  };
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 Associative_ID Integer
  1 class_ID Integer
  2 iRefMask_[[ItemSubClass.dbc|ItemSubClass]] BitMask ID's to array $keys for column two in [[ItemSubClass.dbc]]
  2 iRefMask_[[ItemSubClass.dbc|ItemSubClass]] BitMask ID's to array $keys for column two in [[ItemSubClass.dbc]]
  3 sRefName String
  3-19 sRefName [[Loc]]
*11 Localization String*
 
Retrieved from "http://www.sourcepeek.com/wiki/ItemSubClassMask.dbc"


==6.0.1.18179==
struct ItemSubClassMaskRec {
  uint8_t padding_0[4];
  uint32_t m_classID;
  uint32_t m_mask;
  {{Template:Type|langstringref}} m_name_lang;
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_Vanilla]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 15:10, 12 October 2017

1.12.1.5875

struct ItemSubClassMaskRec {
  uint32_t m_classID;
  uint32_t m_mask;
  langstringref m_name_lang;
};

Structure

Column	Field 			Type 		Notes 
1 	class_ID 		Integer 	
2 	iRefMask_ItemSubClass 	BitMask 	ID's to array $keys for column two in ItemSubClass.dbc
3-19 	sRefName 		Loc

6.0.1.18179

struct ItemSubClassMaskRec {
  uint8_t padding_0[4];
  uint32_t m_classID;
  uint32_t m_mask;
  langstringref m_name_lang;
};