Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClassJobInternal ¶ added in v2.4.0
type ClassJobInternal struct { *NamedEntity Parent uint32 JobIndex uint32 }
ClassJobInternal represents a ClassJob entry.
type GenderedEntity ¶
type GenderedEntity struct { ID uint32 Name string NameMasculineEN string NameMasculineJA string NameMasculineDE string NameMasculineFR string NameFeminineEN string NameFeminineJA string NameFeminineDE string NameFeminineFR string }
GenderedEntity represents an instance of an object with masculine and feminine names.
type NamedEntity ¶
type NamedEntity struct { ID uint32 Name string NameEN string NameJA string NameDE string NameFR string }
NamedEntity represents an instance of an object with a name.
type TitleInternal ¶
type TitleInternal struct { *GenderedEntity Prefix bool }
TitleInternal represents a character title.
Click to show internal directories.
Click to hide internal directories.