DB/FactionGroup: Difference between revisions
Jump to navigation
Jump to search
Barncastle (talk | contribs) mNo edit summary |
Barncastle (talk | contribs) m (→Structure) |
||
Line 2: | Line 2: | ||
'''Column Field Type Notes''' | '''Column Field Type Notes''' | ||
1 ID Integer | 1 ID Integer | ||
2 maskID | 2 maskID Integer Q: Possible hostility? | ||
3 internalname String Name | 3 internalname String Name | ||
4-20 sRefName | 4-20 sRefName [[Loc]] Localiziced name. | ||
==0.5.3.3368, 1.12.1.5875, 6.0.1.18179== | ==0.5.3.3368, 1.12.1.5875, 6.0.1.18179== |
Revision as of 11:36, 2 October 2017
Structure
Column Field Type Notes 1 ID Integer 2 maskID Integer Q: Possible hostility? 3 internalname String Name 4-20 sRefName Loc Localiziced name.
0.5.3.3368, 1.12.1.5875, 6.0.1.18179
struct FactionGroupRec { uint32_t m_ID; uint32_t m_maskID; stringrefⁱ m_internalName; langstringrefⁱ m_name_lang; };