Beispiel #1
0
        static int _m_SetMailInfo(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


                CMail gen_to_be_invoked = (CMail)translator.FastGetCSObj(L, 1);



                {
                    LollipopUnity.GST.MailSt _maildata; translator.Get(L, 2, out _maildata);

                    gen_to_be_invoked.SetMailInfo(_maildata);



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