Esempio n. 1
0
        static int _m_OnGateAuthed(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


            Bacon.MainController __cl_gen_to_be_invoked = (Bacon.MainController)translator.FastGetCSObj(L, 1);


            try {
                {
                    int code = LuaAPI.xlua_tointeger(L, 2);

                    __cl_gen_to_be_invoked.OnGateAuthed(code);



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