Documentation ¶
Index ¶
- func CloneLuaTable(L *lua.LState, table *lua.LTable) *lua.LTable
- func CloneLuaValue(L *lua.LState, value lua.LValue) lua.LValue
- func EnsureParamTypes(L *lua.LState, types ...lua.LValueType) bool
- func EnsureTableProperties(L *lua.LState, table *lua.LTable, properties map[string]lua.LValueType) bool
- func LRaiseReadOnly(L *lua.LState) int
- func NewGlobalUniqueMetric(global *luacontext.Global, name string, f func() metrics.Metric) metrics.Metric
- func NewOrGetMetadata(L *lua.LState, name string) (*lua.LTable, bool)
- func NewReadOnly(L *lua.LState, value, toString lua.LValue) lua.LValue
- func RegisterGlobalFuncs(L *lua.LState, funcs map[string]lua.LGFunction, upvalues ...lua.LValue)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureParamTypes ¶
func EnsureParamTypes(L *lua.LState, types ...lua.LValueType) bool
func EnsureTableProperties ¶
func LRaiseReadOnly ¶
func NewGlobalUniqueMetric ¶
func RegisterGlobalFuncs ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.