Versions in this module Expand all Collapse all v1 v1.0.2 Sep 7, 2020 Changes in this version type Lua + func (instance *Lua) GetAndPop(idx int) lua.LValue v1.0.1 Sep 4, 2020 Changes in this version + type InterfaceModule interface + Close func() + RegisterType func(L *lua.LState) + type Lua struct + State *lua.LState + func NewState() *Lua + func (instance *Lua) Close() + func (instance *Lua) DoFile(path string) error + func (instance *Lua) DoString(source string) error + func (instance *Lua) ExecuteFunc(funcName string, returnParamsCount int, args ...lua.LValue) error + func (instance *Lua) Register(module ...InterfaceModule) v1.0.0-alpha1 Sep 4, 2020