Screeps-Typescript-Declarations icon indicating copy to clipboard operation
Screeps-Typescript-Declarations copied to clipboard

Room.createFlag and RoomPosition.createFlag return type is number, when it can also be a string of the Flag's name

Open pathurs opened this issue 8 years ago • 0 comments

http://docs.screeps.com/api/#Room.createFlag http://docs.screeps.com/api/#RoomPosition.createFlag

Just add | string and we good.

pathurs avatar Aug 19 '17 09:08 pathurs