entity

package
v0.7.35 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2026 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExtractEntityJSON

func ExtractEntityJSON(ctx *extractor.Context) error

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 SimpleHeader struct {
	Magic   string `json:"magic"`
	UnkInt1 uint32 `json:"unk_int_1"`
	UnkHash string `json:"unk_hash"`
	UnkInt2 uint32 `json:"unk_int_2"`
	UnkInt3 uint32 `json:"unk_int_3"`
	UnkInt4 int32  `json:"unk_int_4"`
}

type SimpleInfo

type SimpleInfo struct {
	UnkHash    string            `json:"unk_hash"`
	Components []SimpleComponent `json:"components"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL