BOLTStack.LuaBaseFunctor.LuaBaseFunctor C# (CSharp) 메소드

LuaBaseFunctor() 보호된 메소드

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