Documentation
¶
Overview ¶
LTEX records contain information about landscape textures.
Code generated by generator/gen.go; DO NOT EDIT.
Index ¶
Constants ¶
View Source
const DATA esm.SubrecordTag = "DATA"
Texture filename.
View Source
const INTV esm.SubrecordTag = "INTV"
Index.
View Source
const ( // LTEX records contain information about landscape textures. LTEX esm.RecordTag = "LTEX" )
View Source
const NAME esm.SubrecordTag = "NAME"
ID string.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DATAField ¶
type DATAField struct{ Value string }
Texture filename.
func (*DATAField) Tag ¶
func (t *DATAField) Tag() esm.SubrecordTag
type INTVField ¶
type INTVField struct{ Value uint32 }
Index.
func (*INTVField) Tag ¶
func (t *INTVField) Tag() esm.SubrecordTag
Click to show internal directories.
Click to hide internal directories.