5512 子 【开发】【1.4】跨服竞技场 / 【后端】【1.4】跨服竞技场开发 --  指定gameworld的npc管理
1个文件已修改
2 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameObj.py 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameObj.py
@@ -2395,6 +2395,8 @@
    def FindPetByID(self, *args): return _IPY_GameObj.IPY_GameNPCManager_FindPetByID(self, *args)
    def GetNPCByIndex(self, *args): return _IPY_GameObj.IPY_GameNPCManager_GetNPCByIndex(self, *args)
    def GetNPCCount(self): return _IPY_GameObj.IPY_GameNPCManager_GetNPCCount(self)
    def GetNPCByIndexByGWIndex(self, *args): return _IPY_GameObj.IPY_GameNPCManager_GetNPCByIndexByGWIndex(self, *args)
    def GetNPCCountByGWIndex(self, *args): return _IPY_GameObj.IPY_GameNPCManager_GetNPCCountByGWIndex(self, *args)
    def GetActiveNPCByIndex(self, *args): return _IPY_GameObj.IPY_GameNPCManager_GetActiveNPCByIndex(self, *args)
    def GetActiveNPCCount(self): return _IPY_GameObj.IPY_GameNPCManager_GetActiveNPCCount(self)
    def FindNPCByID(self, *args): return _IPY_GameObj.IPY_GameNPCManager_FindNPCByID(self, *args)