5512 子 【开发】【1.4】跨服竞技场 / 【后端】【1.4】跨服竞技场开发 -- 指定gameworld的npc管理
| | |
| | | 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)
|