BOLTStack.LuaBaseFunctor.BeginCall C# (CSharp) Method

BeginCall() protected method

protected BeginCall ( ) : void
return void
        protected void BeginCall()
        {
            _lastTopIndex = Lua.lua_gettop(_luaState);
            Lua.lua_rawgeti(_luaState, (int)LuaInnerIndex.LUA_REGISTRYINDEX, _luaFunctionRefIndex);
        }