static int _g_get_AttrAddition(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

            try {
                xc.DBBaptizeGroove.DBBaptizeGrooveInfo __cl_gen_to_be_invoked = (xc.DBBaptizeGroove.DBBaptizeGrooveInfo)translator.FastGetCSObj(L, 1);
                LuaAPI.xlua_pushuint(L, __cl_gen_to_be_invoked.AttrAddition);
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
            return(1);
        }
        static int _s_set_Cost(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

            try {
                xc.DBBaptizeGroove.DBBaptizeGrooveInfo __cl_gen_to_be_invoked = (xc.DBBaptizeGroove.DBBaptizeGrooveInfo)translator.FastGetCSObj(L, 1);
                __cl_gen_to_be_invoked.Cost = (System.Collections.Generic.Dictionary <uint, uint>)translator.GetObject(L, 2, typeof(System.Collections.Generic.Dictionary <uint, uint>));
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
            return(0);
        }
        static int _s_set_BaseRank(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

            try {
                xc.DBBaptizeGroove.DBBaptizeGrooveInfo __cl_gen_to_be_invoked = (xc.DBBaptizeGroove.DBBaptizeGrooveInfo)translator.FastGetCSObj(L, 1);
                __cl_gen_to_be_invoked.BaseRank = LuaAPI.xlua_touint(L, 2);
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
            return(0);
        }
        static int __CreateInstance(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

            try {
                if (LuaAPI.lua_gettop(L) == 1)
                {
                    xc.DBBaptizeGroove.DBBaptizeGrooveInfo __cl_gen_ret = new xc.DBBaptizeGroove.DBBaptizeGrooveInfo();
                    translator.Push(L, __cl_gen_ret);
                    return(1);
                }
            }
            catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
            return(LuaAPI.luaL_error(L, "invalid arguments to xc.DBBaptizeGroove.DBBaptizeGrooveInfo constructor!"));
        }
Пример #5
0
        static int _m_GetOneInfo(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


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


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

                    xc.DBBaptizeGroove.DBBaptizeGrooveInfo __cl_gen_ret = __cl_gen_to_be_invoked.GetOneInfo(id);
                    translator.Push(L, __cl_gen_ret);



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