gpt4 book ai didi

javascript - moveTo 是否认为公共(public)城墙适合步行?

转载 作者:行者123 更新时间:2023-12-03 05:10:32 25 4
gpt4 key购买 nike

Creep.moveToRoom.findPath 是否认为公共(public)城墙适合步行?

最佳答案

请注意 - 我只看过 code处理new pathfinder的分支机构。这是我的发现:

creep.MoveTo 使用 pos.findPathTo 生成路径,该路径又使用 room.FindPath

room.FindPath 调用私有(private)函数 _findPath2,该函数使用 getPathfindingGrid2makePathfindingGrid2 获取成本房间的矩阵。在 line 176 of rooms.js 公共(public)的城墙的成本设置为 0xFF,使得它们无法用于寻路。

看来公共(public)城墙是可以步行的。

关于javascript - moveTo 是否认为公共(public)城墙适合步行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41840501/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com