Tim Pohlmann
Tim Pohlmann
you got a typo in line 4: `&&_creep` remove the `_`
I never used typescript unfortunately.
I'm not playing Screeps anymore, so don't expect any updates from me. Feel free to fork and add your own stuff however.
If this is a proposed change I would recommend to post it as a pull request.
`ShouldExecute` should skip when the method... - ... is `GetHashCode` - is part of #3491 - ... contains the `unchecked` keyword.
This is a duplicate of #8239
I can confirm this issue. It's weird because Game.spawns is clearly labeled as `@type {Array}`
Stuff like room.storage is not recognized as StructureStorage either =/
I found the issue. For VS IntelliSense to work you need to use comments of this stlye: https://msdn.microsoft.com/en-us/library/bb514138.aspx If I replace the comment for Room.storage like this, it works: ///...
Ok there is a better way: The issue seems to be that for class properties the `@type` comment is used instead of `@property`. So if you replace this: /** *...