Пример #1
0
        static int _m_removeTimer_xlua_st_(RealStatePtr L)
        {
            try {
                {
                    long uid = LuaAPI.lua_toint64(L, 1);

                    LuaExtend.removeTimer(uid);



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