Implementation details of RoomPosition.findClosestByPath #55
Labels
C-enhancement
Category: A PR with an enhancement or a proposed on in an issue.
C-unimplemented
Feature that exists in Screeps, but that is yet unavailable in our API.
Alright, this one is a headache: https://docs.screeps.com/api/#RoomPosition.findClosestByPath
Our choices as I see it:
If we implement it, other considerations:
Room.find
,Room.find_path
and filtering done on the rust side. This suppose we are not usingastar
as this seems to be the old version of the algorithm.As our support for other methods is growing, it becomes more and more tempting to use them rather than rely on the JS version.
The text was updated successfully, but these errors were encountered: