Documentation ¶
Index ¶
- Variables
- type APIFunc
- type VM
- func (vm *VM) Close() error
- func (vm *VM) Error(L *lua.LState, err error) int
- func (vm *VM) Exec(s string) (reflect.Value, error)
- func (vm *VM) ExecFile(path string) error
- func (vm *VM) GetSymbol(name string, typ reflect.Type) (reflect.Value, bool, error)
- func (vm *VM) InitAPI(global string, fnc APIFunc) *lua.LTable
- func (vm *VM) OnEvent(typ script.EventType)
- func (vm *VM) OnFrame()
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Log = log.New("lua")
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.