コード例 #1
0
        static int _m_SkipGuideStep(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


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


            try {
                {
                    Guide.Step guide_step = (Guide.Step)translator.GetObject(L, 2, typeof(Guide.Step));

                    __cl_gen_to_be_invoked.SkipGuideStep(guide_step);



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