From 00f4a55d20b44485efb11172bf61263e8cfb57fa Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 12 三月 2025 15:09:14 +0800
Subject: [PATCH] 10416 【英文】【bt】【GM】【砍树】登录基金和幻境基金 完成后可以重置购买(重置关联的充值ID)
---
ServerPython/CoreServerGroup/GameServer/Script/IPY_MapServerToGameServer.py | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 47 insertions(+), 0 deletions(-)
diff --git a/ServerPython/CoreServerGroup/GameServer/Script/IPY_MapServerToGameServer.py b/ServerPython/CoreServerGroup/GameServer/Script/IPY_MapServerToGameServer.py
index 21db375..2f6949b 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/IPY_MapServerToGameServer.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/IPY_MapServerToGameServer.py
@@ -366,6 +366,7 @@
__repr__ = _swig_repr
def GetType(self): return _IPY_MapServerToGameServer.IPY_GRefreshPlayerProperty_GetType(self)
def GetValue(self): return _IPY_MapServerToGameServer.IPY_GRefreshPlayerProperty_GetValue(self)
+ def GetValueEx(self): return _IPY_MapServerToGameServer.IPY_GRefreshPlayerProperty_GetValueEx(self)
def __init__(self):
this = _IPY_MapServerToGameServer.new_IPY_GRefreshPlayerProperty()
try: self.this.append(this)
@@ -940,6 +941,52 @@
IPY_MGMergerChildToCenter_swigregister(IPY_MGMergerChildToCenter)
+def GettagLGCrossLoginResult():
+ return _IPY_MapServerToGameServer.GettagLGCrossLoginResult()
+GettagLGCrossLoginResult = _IPY_MapServerToGameServer.GettagLGCrossLoginResult
+class IPY_LGCrossLoginResult(_object):
+ __swig_setmethods__ = {}
+ __setattr__ = lambda self, name, value: _swig_setattr(self, IPY_LGCrossLoginResult, name, value)
+ __swig_getmethods__ = {}
+ __getattr__ = lambda self, name: _swig_getattr(self, IPY_LGCrossLoginResult, name)
+ __repr__ = _swig_repr
+ def GetResult(self): return _IPY_MapServerToGameServer.IPY_LGCrossLoginResult_GetResult(self)
+ def __init__(self):
+ this = _IPY_MapServerToGameServer.new_IPY_LGCrossLoginResult()
+ try: self.this.append(this)
+ except: self.this = this
+ __swig_destroy__ = _IPY_MapServerToGameServer.delete_IPY_LGCrossLoginResult
+ __del__ = lambda self : None;
+IPY_LGCrossLoginResult_swigregister = _IPY_MapServerToGameServer.IPY_LGCrossLoginResult_swigregister
+IPY_LGCrossLoginResult_swigregister(IPY_LGCrossLoginResult)
+
+
+def GettagDGQueryDBLogicResult():
+ return _IPY_MapServerToGameServer.GettagDGQueryDBLogicResult()
+GettagDGQueryDBLogicResult = _IPY_MapServerToGameServer.GettagDGQueryDBLogicResult
+class IPY_DGQueryDBLogicResult(_object):
+ __swig_setmethods__ = {}
+ __setattr__ = lambda self, name, value: _swig_setattr(self, IPY_DGQueryDBLogicResult, name, value)
+ __swig_getmethods__ = {}
+ __getattr__ = lambda self, name: _swig_getattr(self, IPY_DGQueryDBLogicResult, name)
+ __repr__ = _swig_repr
+ def GetResult(self): return _IPY_MapServerToGameServer.IPY_DGQueryDBLogicResult_GetResult(self)
+ def GetID(self): return _IPY_MapServerToGameServer.IPY_DGQueryDBLogicResult_GetID(self)
+ def GetQueryType(self): return _IPY_MapServerToGameServer.IPY_DGQueryDBLogicResult_GetQueryType(self)
+ def GetDataLen(self): return _IPY_MapServerToGameServer.IPY_DGQueryDBLogicResult_GetDataLen(self)
+ def GetData(self): return _IPY_MapServerToGameServer.IPY_DGQueryDBLogicResult_GetData(self)
+ def GetResultSetLen(self): return _IPY_MapServerToGameServer.IPY_DGQueryDBLogicResult_GetResultSetLen(self)
+ def GetResultSet(self): return _IPY_MapServerToGameServer.IPY_DGQueryDBLogicResult_GetResultSet(self)
+ def __init__(self):
+ this = _IPY_MapServerToGameServer.new_IPY_DGQueryDBLogicResult()
+ try: self.this.append(this)
+ except: self.this = this
+ __swig_destroy__ = _IPY_MapServerToGameServer.delete_IPY_DGQueryDBLogicResult
+ __del__ = lambda self : None;
+IPY_DGQueryDBLogicResult_swigregister = _IPY_MapServerToGameServer.IPY_DGQueryDBLogicResult_swigregister
+IPY_DGQueryDBLogicResult_swigregister(IPY_DGQueryDBLogicResult)
+
+
def GettagGCalcFamilyWarResult():
return _IPY_MapServerToGameServer.GettagGCalcFamilyWarResult()
GettagGCalcFamilyWarResult = _IPY_MapServerToGameServer.GettagGCalcFamilyWarResult
--
Gitblit v1.8.0