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

            try {
                xc.DBRedPoint.DBRedPointItem __cl_gen_to_be_invoked = (xc.DBRedPoint.DBRedPointItem)translator.FastGetCSObj(L, 1);
                translator.Push(L, __cl_gen_to_be_invoked.ParentIds);
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
            return(1);
        }
        static int _s_set_obj(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

            try {
                xc.DBRedPoint.DBRedPointItem __cl_gen_to_be_invoked = (xc.DBRedPoint.DBRedPointItem)translator.FastGetCSObj(L, 1);
                __cl_gen_to_be_invoked.obj = (UnityEngine.GameObject)translator.GetObject(L, 2, typeof(UnityEngine.GameObject));
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
            return(0);
        }
        static int _s_set_IsVisible(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

            try {
                xc.DBRedPoint.DBRedPointItem __cl_gen_to_be_invoked = (xc.DBRedPoint.DBRedPointItem)translator.FastGetCSObj(L, 1);
                __cl_gen_to_be_invoked.IsVisible = LuaAPI.lua_toboolean(L, 2);
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
            return(0);
        }
        static int _s_set_ChildIds(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

            try {
                xc.DBRedPoint.DBRedPointItem __cl_gen_to_be_invoked = (xc.DBRedPoint.DBRedPointItem)translator.FastGetCSObj(L, 1);
                __cl_gen_to_be_invoked.ChildIds = (System.Collections.Generic.List <uint>)translator.GetObject(L, 2, typeof(System.Collections.Generic.List <uint>));
            } 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.DBRedPoint.DBRedPointItem __cl_gen_ret = new xc.DBRedPoint.DBRedPointItem();
                    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.DBRedPoint.DBRedPointItem constructor!"));
        }
Пример #6
0
        static int _m_GetRedPointItem(RealStatePtr L)
        {
            ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


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


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

                    xc.DBRedPoint.DBRedPointItem __cl_gen_ret = __cl_gen_to_be_invoked.GetRedPointItem(id);
                    translator.Push(L, __cl_gen_ret);



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