Uppdaterat API
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
- Resolved by David Bergström
59 59 60 60 Sends the string 'message' to the game chat 61 61 62 .. method:: IDABot.has_creep(self, Point2D) -> Boolean 63 64 Returns if the position has a creep 65 66 .. method:: IDABot.move_camera(self, Point2DI) 67 68 Move the camera to the position 69 70 .. method:: IDABot.ability_for_upgrade(self, UpgradeID) 71 72 Ability that researches this upgrade 70 98 .. autoattribute:: max_supply 71 99 72 100 .. autoattribute:: current_frame 101 102 Debug 103 ----- 104 105 When developing AI-methods or when simply having a problem. 106 The debug-methods are a great tool for speeding up the process. 107 108 .. method:: IDABot.debug_create_unit(self, UnitTypeID, Point2D, Player Constant, Int) 109 110 This method creates the nr (INT) of units on the position of the Point2D, the unit 111 belongs to the Player Constant - Resolved by David Bergström
- Resolved by David Bergström
assigned to @hanja189
mentioned in commit 70768e2b
mentioned in issue #11 (closed)
mentioned in issue #9 (closed)
mentioned in issue #12 (closed)
mentioned in issue #3 (closed)
mentioned in issue #6 (closed)
Please register or sign in to reply