BOLTStack.LuaBaseFunctor.LuaBaseFunctor C# (CSharp) Method

LuaBaseFunctor() protected method

protected LuaBaseFunctor ( IntPtr luaState ) : System
luaState System.IntPtr
return System
        protected LuaBaseFunctor(IntPtr luaState)
        {
            _luaState = luaState;
            _luaFunctionRefIndex = luaState.GetFuncRef();
        }