LuaFunc.makeRef

Creates a new LuaFunc using the function on the top of the LUA stack as the referenced value. This function pops the original value off the stack.

struct LuaFunc
static
makeRef
(
LuaState* lua
)

Meta