screepers / typed-screeps

Strong TypeScript declarations for the game Screeps.
MIT License
191 stars 77 forks source link

Update Game.market.deal documentation #256

Closed MatthewGlancy closed 7 months ago

MatthewGlancy commented 9 months ago

Brief Description

I use typed screeps as a helper in my own codebase to get autocomplete via vs code from default JS. I noticed that Game.market.deal had some slight differences compared to the official docs. Had a misleading targetRoomName, when it should be yourRoomName and I've added some documentation for the parameters (paraphrasing from official docs)

Checklists