Exemple #1
0
        static int _m_Update(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


                CentralServer.CS __cl_gen_to_be_invoked = (CentralServer.CS)translator.FastGetCSObj(L, 1);



                {
                    long elapsed = LuaAPI.lua_toint64(L, 2);
                    long dt      = LuaAPI.lua_toint64(L, 3);

                    __cl_gen_to_be_invoked.Update(elapsed, dt);



                    return(0);
                }
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
        }