Documentation
¶
Index ¶
- func B2S(b []byte) string
- func LTableToMap(tbl *lua.LTable) map[string]any
- func LTableToStrut(tbl *lua.LTable, out any) error
- func MapToLTable(L *lua.LState, m any) *lua.LTable
- func NewUserData(L *lua.LState, obj LValueObject) *lua.LUserData
- func RegisterMetatable(L *lua.LState, mtName string)
- func S2B(s string) (b []byte)
- func SliceMapToLTable(L *lua.LState, slice []map[string]any) *lua.LTable
- func SubModIndex(L *lua.LState, key string, objs ...LValueObject) lua.LValue
- type LValueObject
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUserData ¶
func NewUserData(L *lua.LState, obj LValueObject) *lua.LUserData
func RegisterMetatable ¶
func SliceMapToLTable ¶ added in v0.4.0
func SubModIndex ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.