Documentation
¶
Index ¶
- func B2S(b []byte) string
- func LTableToMap[T any](tbl *lua.LTable) (map[string]T, error)
- func LTableToStrut(tbl *lua.LTable, out any) error
- func MapToLTable(L *lua.LState, m any) *lua.LTable
- func NewFunction(fn lua.LGFunction) *lua.LFunction
- func S2B(s string) (b []byte)
- func SubModIndex(L *lua.LState, key string, objs ...lua.LValue) lua.LValue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFunction ¶ added in v0.5.0
func NewFunction(fn lua.LGFunction) *lua.LFunction
NewFunction for AssertFunction run without LState's env
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.