Skip to content
Snippets Groups Projects
Commit 06370875 authored by Hannes Jämtner's avatar Hannes Jämtner
Browse files

Linked constants in idabot

parent 9b0d2b10
No related branches found
No related tags found
No related merge requests found
...@@ -112,12 +112,12 @@ The debug-methods are a great tool for speeding up the process. ...@@ -112,12 +112,12 @@ The debug-methods are a great tool for speeding up the process.
.. method:: IDABot.debug_create_unit(self, UnitTypeID, Point2D, Player Constant, Int) .. method:: IDABot.debug_create_unit(self, UnitTypeID, Point2D, Player Constant, Int)
This method creates the nr (INT) of units on the position of the Point2D, the unit This method creates the nr (INT) of units on the position :class:`library.Point2D`, the unit
belongs to the Player Constant belongs to the Player Constant
.. method:: IDABot.debug_kill_unit(self, Unit) .. method:: IDABot.debug_kill_unit(self, Unit)
Kills the unit Kills the :class:`library.Unit`
.. method:: IDABot.debug_show_map(self) .. method:: IDABot.debug_show_map(self)
...@@ -178,7 +178,7 @@ The debug-methods are a great tool for speeding up the process. ...@@ -178,7 +178,7 @@ The debug-methods are a great tool for speeding up the process.
.. method:: IDABot.debug_set_energy(self, Float, Unit) .. method:: IDABot.debug_set_energy(self, Float, Unit)
Set the amount (Float) of energy to the unit Set the amount (Float) of energy to the :class:`library.Unit`
The maximum depends on the unit maxenergy. The maximum depends on the unit maxenergy.
Note: This is not in percent of the unit energy. Note: This is not in percent of the unit energy.
Same goes for life and shields. Same goes for life and shields.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment