Skip to content
Snippets Groups Projects
Commit f9e52bbb authored by Daniel de Leng's avatar Daniel de Leng
Browse files

Add missing documentation

parent 0cc5e877
No related branches found
No related tags found
No related merge requests found
Pipeline #133160 passed
......@@ -24,6 +24,10 @@ IDABot
This method is run on every tick of the game, when you inherit it you
have to call the parent's on_step method in order to make it work (see
:ref:`gettingstarted`).
.. method:: IDABot.on_game_end(self)
This method is run whenever the match ends.
Methods:
......@@ -33,6 +37,7 @@ IDABot
.. automethod:: send_chat
.. automethod:: has_creep
.. automethod:: move_camera
.. automethod:: save_replay
.. method:: IDABot.ability_for_upgrade(self, UpgradeID)
......
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