From 79e98fe3c697c58b6cb9669e864f42f2bc55e47a Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期五, 23 十一月 2018 17:39:18 +0800
Subject: [PATCH] 4534 【1.3】【前端】组队功能和助战积分优化
---
Lua/Gen/ConfigUtilWrap.cs | 368 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 366 insertions(+), 2 deletions(-)
diff --git a/Lua/Gen/ConfigUtilWrap.cs b/Lua/Gen/ConfigUtilWrap.cs
index 9a83e62..1fe0384 100644
--- a/Lua/Gen/ConfigUtilWrap.cs
+++ b/Lua/Gen/ConfigUtilWrap.cs
@@ -31,8 +31,21 @@
Utils.EndObjectRegister(type, L, translator, null, null,
null, null, null);
- Utils.BeginClassRegister(type, L, __CreateInstance, 159, 0, 0);
- Utils.RegisterFunc(L, Utils.CLS_IDX, "GetSkill", _m_GetSkill_xlua_st_);
+ Utils.BeginClassRegister(type, L, __CreateInstance, 172, 0, 0);
+ Utils.RegisterFunc(L, Utils.CLS_IDX, "GetChatBubbleBox", _m_GetChatBubbleBox_xlua_st_);
+ Utils.RegisterFunc(L, Utils.CLS_IDX, "GetIceLodeStarAward", _m_GetIceLodeStarAward_xlua_st_);
+ Utils.RegisterFunc(L, Utils.CLS_IDX, "GetMarketQuery", _m_GetMarketQuery_xlua_st_);
+ Utils.RegisterFunc(L, Utils.CLS_IDX, "GetGodWeaponEffect", _m_GetGodWeaponEffect_xlua_st_);
+ Utils.RegisterFunc(L, Utils.CLS_IDX, "GetGuard", _m_GetGuard_xlua_st_);
+ Utils.RegisterFunc(L, Utils.CLS_IDX, "GetHelpInfo", _m_GetHelpInfo_xlua_st_);
+ Utils.RegisterFunc(L, Utils.CLS_IDX, "GetPriorLanguage", _m_GetPriorLanguage_xlua_st_);
+ Utils.RegisterFunc(L, Utils.CLS_IDX, "GetPriorBundle", _m_GetPriorBundle_xlua_st_);
+ Utils.RegisterFunc(L, Utils.CLS_IDX, "GetLoadingBackGround", _m_GetLoadingBackGround_xlua_st_);
+ Utils.RegisterFunc(L, Utils.CLS_IDX, "GetContact", _m_GetContact_xlua_st_);
+ Utils.RegisterFunc(L, Utils.CLS_IDX, "GetTreasureDungeon", _m_GetTreasureDungeon_xlua_st_);
+ Utils.RegisterFunc(L, Utils.CLS_IDX, "GetTaskPower", _m_GetTaskPower_xlua_st_);
+ Utils.RegisterFunc(L, Utils.CLS_IDX, "GetApkUpdateUrl", _m_GetApkUpdateUrl_xlua_st_);
+ Utils.RegisterFunc(L, Utils.CLS_IDX, "GetSkill", _m_GetSkill_xlua_st_);
Utils.RegisterFunc(L, Utils.CLS_IDX, "GetSignIn", _m_GetSignIn_xlua_st_);
Utils.RegisterFunc(L, Utils.CLS_IDX, "GetSceneShadow", _m_GetSceneShadow_xlua_st_);
Utils.RegisterFunc(L, Utils.CLS_IDX, "GetRuneTowerFloor", _m_GetRuneTowerFloor_xlua_st_);
@@ -213,6 +226,357 @@
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
+ static int _m_GetChatBubbleBox_xlua_st_(RealStatePtr L)
+ {
+ try {
+
+ ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
+
+
+
+
+ {
+ string __key = LuaAPI.lua_tostring(L, 1);
+
+ TableConfig.ChatBubbleBoxConfig gen_ret = ConfigUtil.GetChatBubbleBox( __key );
+ translator.Push(L, gen_ret);
+
+
+
+ return 1;
+ }
+
+ } catch(System.Exception gen_e) {
+ return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
+ }
+
+ }
+
+ [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
+ static int _m_GetIceLodeStarAward_xlua_st_(RealStatePtr L)
+ {
+ try {
+
+ ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
+
+
+
+
+ {
+ string __key = LuaAPI.lua_tostring(L, 1);
+
+ TableConfig.IceLodeStarAwardConfig gen_ret = ConfigUtil.GetIceLodeStarAward( __key );
+ translator.Push(L, gen_ret);
+
+
+
+ return 1;
+ }
+
+ } catch(System.Exception gen_e) {
+ return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
+ }
+
+ }
+
+ [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
+ static int _m_GetMarketQuery_xlua_st_(RealStatePtr L)
+ {
+ try {
+
+ ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
+
+
+
+
+ {
+ string __key = LuaAPI.lua_tostring(L, 1);
+
+ TableConfig.MarketQueryConfig gen_ret = ConfigUtil.GetMarketQuery( __key );
+ translator.Push(L, gen_ret);
+
+
+
+ return 1;
+ }
+
+ } catch(System.Exception gen_e) {
+ return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
+ }
+
+ }
+
+ [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
+ static int _m_GetGodWeaponEffect_xlua_st_(RealStatePtr L)
+ {
+ try {
+
+ ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
+
+
+
+
+ {
+ string __key = LuaAPI.lua_tostring(L, 1);
+
+ TableConfig.GodWeaponEffectConfig gen_ret = ConfigUtil.GetGodWeaponEffect( __key );
+ translator.Push(L, gen_ret);
+
+
+
+ return 1;
+ }
+
+ } catch(System.Exception gen_e) {
+ return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
+ }
+
+ }
+
+ [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
+ static int _m_GetGuard_xlua_st_(RealStatePtr L)
+ {
+ try {
+
+ ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
+
+
+
+
+ {
+ string __key = LuaAPI.lua_tostring(L, 1);
+
+ TableConfig.GuardConfig gen_ret = ConfigUtil.GetGuard( __key );
+ translator.Push(L, gen_ret);
+
+
+
+ return 1;
+ }
+
+ } catch(System.Exception gen_e) {
+ return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
+ }
+
+ }
+
+ [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
+ static int _m_GetHelpInfo_xlua_st_(RealStatePtr L)
+ {
+ try {
+
+ ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
+
+
+
+
+ {
+ string __key = LuaAPI.lua_tostring(L, 1);
+
+ TableConfig.HelpInfoConfig gen_ret = ConfigUtil.GetHelpInfo( __key );
+ translator.Push(L, gen_ret);
+
+
+
+ return 1;
+ }
+
+ } catch(System.Exception gen_e) {
+ return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
+ }
+
+ }
+
+ [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
+ static int _m_GetPriorLanguage_xlua_st_(RealStatePtr L)
+ {
+ try {
+
+ ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
+
+
+
+
+ {
+ string __key = LuaAPI.lua_tostring(L, 1);
+
+ TableConfig.PriorLanguageConfig gen_ret = ConfigUtil.GetPriorLanguage( __key );
+ translator.Push(L, gen_ret);
+
+
+
+ return 1;
+ }
+
+ } catch(System.Exception gen_e) {
+ return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
+ }
+
+ }
+
+ [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
+ static int _m_GetPriorBundle_xlua_st_(RealStatePtr L)
+ {
+ try {
+
+ ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
+
+
+
+
+ {
+ string __key = LuaAPI.lua_tostring(L, 1);
+
+ TableConfig.PriorBundleConfig gen_ret = ConfigUtil.GetPriorBundle( __key );
+ translator.Push(L, gen_ret);
+
+
+
+ return 1;
+ }
+
+ } catch(System.Exception gen_e) {
+ return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
+ }
+
+ }
+
+ [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
+ static int _m_GetLoadingBackGround_xlua_st_(RealStatePtr L)
+ {
+ try {
+
+ ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
+
+
+
+
+ {
+ string __key = LuaAPI.lua_tostring(L, 1);
+
+ TableConfig.LoadingBackGroundConfig gen_ret = ConfigUtil.GetLoadingBackGround( __key );
+ translator.Push(L, gen_ret);
+
+
+
+ return 1;
+ }
+
+ } catch(System.Exception gen_e) {
+ return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
+ }
+
+ }
+
+ [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
+ static int _m_GetContact_xlua_st_(RealStatePtr L)
+ {
+ try {
+
+ ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
+
+
+
+
+ {
+ string __key = LuaAPI.lua_tostring(L, 1);
+
+ TableConfig.ContactConfig gen_ret = ConfigUtil.GetContact( __key );
+ translator.Push(L, gen_ret);
+
+
+
+ return 1;
+ }
+
+ } catch(System.Exception gen_e) {
+ return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
+ }
+
+ }
+
+ [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
+ static int _m_GetTreasureDungeon_xlua_st_(RealStatePtr L)
+ {
+ try {
+
+ ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
+
+
+
+
+ {
+ string __key = LuaAPI.lua_tostring(L, 1);
+
+ TableConfig.TreasureDungeonConfig gen_ret = ConfigUtil.GetTreasureDungeon( __key );
+ translator.Push(L, gen_ret);
+
+
+
+ return 1;
+ }
+
+ } catch(System.Exception gen_e) {
+ return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
+ }
+
+ }
+
+ [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
+ static int _m_GetTaskPower_xlua_st_(RealStatePtr L)
+ {
+ try {
+
+ ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
+
+
+
+
+ {
+ string __key = LuaAPI.lua_tostring(L, 1);
+
+ TableConfig.TaskPowerConfig gen_ret = ConfigUtil.GetTaskPower( __key );
+ translator.Push(L, gen_ret);
+
+
+
+ return 1;
+ }
+
+ } catch(System.Exception gen_e) {
+ return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
+ }
+
+ }
+
+ [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
+ static int _m_GetApkUpdateUrl_xlua_st_(RealStatePtr L)
+ {
+ try {
+
+ ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);
+
+
+
+
+ {
+ string __key = LuaAPI.lua_tostring(L, 1);
+
+ TableConfig.ApkUpdateUrlConfig gen_ret = ConfigUtil.GetApkUpdateUrl( __key );
+ translator.Push(L, gen_ret);
+
+
+
+ return 1;
+ }
+
+ } catch(System.Exception gen_e) {
+ return LuaAPI.luaL_error(L, "c# exception:" + gen_e);
+ }
+
+ }
+
+ [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
static int _m_GetSkill_xlua_st_(RealStatePtr L)
{
try {
--
Gitblit v1.8.0