Documentation ¶
Index ¶
- Constants
- func ConvertToGlft(scrPath string, tm3Path string, textureShift int) error
- func FromPath(scr *Scr, filePath string) error
- func FromPathWithOffset(scr *Scr, filePath string, offset uint32) error
- func FromStream(scr *Scr, stream io.ReadWriteSeeker) error
- func FromStreamWithOffset(scr *Scr, stream io.ReadWriteSeeker, offset uint32) error
- type Node
- type Scr
Constants ¶
View Source
const (
Signature uint32 = 0x00726373
)
Variables ¶
This section is empty.
Functions ¶
func FromStream ¶
func FromStream(scr *Scr, stream io.ReadWriteSeeker) error
func FromStreamWithOffset ¶
func FromStreamWithOffset(scr *Scr, stream io.ReadWriteSeeker, offset uint32) error
Types ¶
Click to show internal directories.
Click to hide internal directories.