You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A path value as returned from <ahref="#Room.findPath"><code>Room.findPath</code></a>, <ahref="#RoomPosition.findPathTo"><code>RoomPosition.findPathTo</code></a>, or <ahref="#PathFinder.search"><code>PathFinder.search</code></a> methods. Both array form and serialized string form are accepted.
Creep.moveByPath is unable to accept an array of RoomPosition objects returned by PathFinder.search
Ideally, fix the bug; at least fix the doc to match current state.
The text was updated successfully, but these errors were encountered:
This is incorrect:
docs/api/source/Creep.md
Line 655 in d514366
Creep.moveByPath is unable to accept an array of RoomPosition objects returned by PathFinder.search
Ideally, fix the bug; at least fix the doc to match current state.
The text was updated successfully, but these errors were encountered: