Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Help ¶
type Help struct { Entries []HelpEntry // contains filtered or unexported fields }
func (*Help) GetEntries ¶
func (*Help) GetEntriesByName ¶
func (*Help) GetRawEntry ¶
type HelpEntry ¶
type HelpEntry struct { // shows up on top of scroll Headline string // lbx file to pull an icon out, shown at top left of scroll Lbx string // index of sprite in the lbx file LbxIndex int // extra text to append AppendHelpIndex int // text displayed in scroll Text string }
stuff from help.lbx
Click to show internal directories.
Click to hide internal directories.