This is incorrect:
|
A path value as returned from <a href="#Room.findPath"><code>Room.findPath</code></a>, <a href="#RoomPosition.findPathTo"><code>RoomPosition.findPathTo</code></a>, or <a href="#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.