Documentation ¶
Index ¶
Constants ¶
View Source
const ( String = "string" Number = "number" Boolean = "boolean" Table = "table" Any = "any" )
Variables ¶
This section is empty.
Functions ¶
func TableLiteral ¶
Types ¶
type Func ¶
type Lib ¶
type Lib struct { Name string Description string Vars []*Var Funcs []*Func Classes []*Class Libs []*Lib }
func (*Lib) Loader ¶
func (l *Lib) Loader() lua.LGFunction
Click to show internal directories.
Click to hide internal directories.