LuaFunc.makeNew

Creates a new LuaFunc using the provided func as the referenced value.

struct LuaFunc
static
makeNew
(
LuaState* lua
,
lua_CFunction func
)

Meta