Documentation
¶
Index ¶
- func LuaValueToGoValue(lv lua.LValue) reflect.Value
- func LuaValueToInterface(lv lua.LValue) interface{}
- func LuaValueToInterfaceNoTable(L *lua.LState, lv lua.LValue) interface{}
- func ReadMapSliceFromFile(filePath string, dataName string, doCamel bool) (L *lua.LState, mapSlice []map[string]lua.LValue, err error)
- func ReadMapStringSliceFromFile(filePath string, dataName string, doCamel bool) (L *lua.LState, mapSlice []map[string]string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LuaValueToInterface ¶
LuaValueToInterface 将 Lua 值转换为对应的 Go 数据类型
func LuaValueToInterfaceNoTable ¶
LuaValueToInterfaceNoTable 将 Lua 值转换为对应的 Go 数据类型(舍弃table)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.