Пример #1
0
        static int _g_get_Protocol(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

                DCET.Model.NetOuterComponent gen_to_be_invoked = (DCET.Model.NetOuterComponent)translator.FastGetCSObj(L, 1);
                translator.PushDCETModelNetworkProtocol(L, gen_to_be_invoked.Protocol);
            } catch (System.Exception gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + gen_e));
            }
            return(1);
        }
Пример #2
0
        static int _s_set_Protocol(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);

                DCET.Model.NetOuterComponent gen_to_be_invoked = (DCET.Model.NetOuterComponent)translator.FastGetCSObj(L, 1);
                DCET.Model.NetworkProtocol   gen_value; translator.Get(L, 2, out gen_value);
                gen_to_be_invoked.Protocol = gen_value;
            } catch (System.Exception gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + gen_e));
            }
            return(0);
        }
Пример #3
0
        static int __CreateInstance(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
                if (LuaAPI.lua_gettop(L) == 1)
                {
                    DCET.Model.NetOuterComponent gen_ret = new DCET.Model.NetOuterComponent();
                    translator.Push(L, 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 DCET.Model.NetOuterComponent constructor!"));
        }
        static int _m_Update(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


                DCET.Hotfix.NetOuterComponentUpdateSystem gen_to_be_invoked = (DCET.Hotfix.NetOuterComponentUpdateSystem)translator.FastGetCSObj(L, 1);



                {
                    DCET.Model.NetOuterComponent _self = (DCET.Model.NetOuterComponent)translator.GetObject(L, 2, typeof(DCET.Model.NetOuterComponent));

                    gen_to_be_invoked.Update(_self);



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