Depending on what you are looking for:
- This is a list of constants used to find things, expand
find(type, [opts]) (ex: Game.HOSTILE_CREEPS ) - This is a list for game constants, expand
createCreep(body, [name], [memory]) (for example: Game.ATTACK ) - This is a list of parameter parameters for some functions, expand
findPath(fromPos, toPos, [opts]) (ex: ignoreCreeps: boolean )
This is what I could find, hope it helps! Documentation that is hard to sort!
source share