Documentation
¶
Index ¶
- func CheckErr(err error)
- func Tabletoarray[T any](table *lua.LTable, convertfunc func(item lua.LValue) T) []T
- func Tabletomap[K comparable, V any](table *lua.LTable, convertfunc func(key lua.LValue, value lua.LValue) (K, V)) map[K]V
- func Tostringarray(table *lua.LTable) []string
- func Tostringstringmap(table *lua.LTable) map[string]string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Tabletoarray ¶
func Tabletomap ¶
func Tostringarray ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.