static int _m_PauseTimer(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); TimeControl gen_to_be_invoked = (TimeControl)translator.FastGetCSObj(L, 1); { gen_to_be_invoked.PauseTimer( ); return(0); } } catch (System.Exception gen_e) { return(LuaAPI.luaL_error(L, "c# exception:" + gen_e)); } }