Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractEntityJSON ¶
Types ¶
type SimpleComponent ¶
type SimpleComponent struct {
Padding uint32 `json:"padding_value"`
ThinHashes []string `json:"thin_hashes"`
CategoryNames []string `json:"categories"`
Data SimpleComponentData `json:"data"`
}
type SimpleComponentData ¶
type SimpleComponentData map[string]entity.SettingData
type SimpleEntity ¶
type SimpleEntity struct {
Header SimpleHeader `json:"header"`
Info SimpleInfo `json:"info"`
}
type SimpleHeader ¶
type SimpleInfo ¶
type SimpleInfo struct {
UnkHash string `json:"unk_hash"`
Components []SimpleComponent `json:"components"`
}
Click to show internal directories.
Click to hide internal directories.