From 6e3624c6941feeb17ddf65355867df95070ec3a5 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期四, 24 十月 2024 15:54:29 +0800 Subject: [PATCH] 10263 【越南】后端支持NPC仿真实玩家战斗和快速战斗 --- ServerPython/CoreServerGroup/GameServer/Script/IPY_MapServerToGameServer.py | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/IPY_MapServerToGameServer.py b/ServerPython/CoreServerGroup/GameServer/Script/IPY_MapServerToGameServer.py index 81a6849..2f6949b 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/IPY_MapServerToGameServer.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/IPY_MapServerToGameServer.py @@ -961,6 +961,32 @@ 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