Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtraPrefab ¶ added in v0.7.18
type ExtraUnitsContainer ¶ added in v0.7.18
type ExtraUnitsContainer struct {
UnkInt uint32
UnkInt2 uint32
LevelName stingray.Hash
ExtraUnits []ExtraUnit
ExtraPrefabs []ExtraPrefab
UnkIntList []uint32
UnkFloatTwoIntsList []FloatTwoInts
UnkIntsAndFloatList []IntsAndFloat
}
type FloatTwoInts ¶ added in v0.7.18
type HashIndexRange ¶ added in v0.7.18
type IntsAndFloat ¶ added in v0.7.18
type Level ¶
type Level struct {
Name stingray.Hash
Metadata map[int][]MetadataEntry
Prefabs []Prefab
MaterialOverrides []MaterialSlotOverrides
Units []Unit
UnkTransformedItems []UnknownTransformedItem
UnkExtraUnitContainers []ExtraUnitsContainer
UnitHashIndexRange []HashIndexRange
UnkHashIndexRange1 []HashIndexRange
UnkHashIndexRange2 []HashIndexRange
UnkHashIndexRange3 []HashIndexRange
PrefabHashIndexRange []HashIndexRange
UnkHashIndexRange4 []HashIndexRange
UnkHashIndexRange5 []HashIndexRange
}
type LevelMetadataType ¶
type LevelMetadataType uint32
const ( LevelMetadata_NotSeen LevelMetadataType = iota LevelMetadata_uint32 LevelMetadata_float32 LevelMetadata_string )
func (LevelMetadataType) MarshalText ¶
func (p LevelMetadataType) MarshalText() ([]byte, error)
func (LevelMetadataType) String ¶
func (i LevelMetadataType) String() string
type MaterialSlotOverrides ¶
type MetadataEntry ¶
Click to show internal directories.
Click to hide internal directories.