Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LuaInterpreter ¶
type LuaInterpreter struct {
// contains filtered or unexported fields
}
func NewLuaInterpreter ¶
func NewLuaInterpreter() LuaInterpreter
func (LuaInterpreter) Execute ¶
func (r LuaInterpreter) Execute(luaString string) (*lua.LState, error)
func (LuaInterpreter) ExecuteAndCloseState ¶
func (r LuaInterpreter) ExecuteAndCloseState(luaString string) error
Click to show internal directories.
Click to hide internal directories.