static int __CreateInstance(RealStatePtr L) { try { ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L); if (LuaAPI.lua_gettop(L) == 1) { DCET.Hotfix.NetOuterComponentUpdateSystem gen_ret = new DCET.Hotfix.NetOuterComponentUpdateSystem(); 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.Hotfix.NetOuterComponentUpdateSystem 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)); } }