hxp
2020-03-04 532ee8a00dac025085c781f6d62f7d12072ea6b0
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBLogic.py
@@ -935,6 +935,18 @@
    callFunc(tick)
    return
def OnCustomSceneProcess(curPlayer, tick):
    customMapID = PlayerControl.GetCustomMapID(curPlayer)
    if not customMapID:
        return
    customLineID = PlayerControl.GetCustomLineID(curPlayer)
    do_FBLogic_ID = __GetFBLogic_MapID(customMapID)
    callFunc = GameWorld.GetExecFunc(FBProcess, "GameLogic_%s.%s" % (do_FBLogic_ID, "OnCustomSceneProcess"))
    if callFunc:
        callFunc(curPlayer, customMapID, customLineID, tick)
    return
## 开始采集
#  @param curPlayer 当前玩家
#  @param curNPC 当前NPC