Пример #1
0
        static int _m_ForceReStartGuide(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


            xc.GuideManager __cl_gen_to_be_invoked = (xc.GuideManager)translator.FastGetCSObj(L, 1);


            try {
                {
                    uint guide_id = LuaAPI.xlua_touint(L, 2);

                    __cl_gen_to_be_invoked.ForceReStartGuide(guide_id);



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