Documentation ¶
Index ¶
- func Check[T any](state *lua.LState, n int) T
- func Must(state *lua.LState, err error)
- func NewUserData[T any](state *lua.LState, t T, typeName string) *lua.LUserData
- func Push[T any](state *lua.LState, t T, typeName string)
- func SliceToTable[T any](state *lua.LState, items []T, convert func(T) lua.LValue) *lua.LTable
- func ToGoValue(value lua.LValue) any
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SliceToTable ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.