screepers / Screeps-Typescript-Declarations

The repository for *Screeps's* TypeScript type definitions.
69 stars 44 forks source link

Complete the typings for PathFinder #82

Closed ChrisKitching closed 7 years ago

ChrisKitching commented 7 years ago

See: http://support.screeps.com/hc/en-us/articles/207023879-PathFinder

You'd missed out several fields from the return object from search(), and the maxCost option field.

anisoptera commented 7 years ago

Thanks for the PR, but it duplicates some work I'd already done and just hadn't checked in. Sorry about that!