Skip to content
Snippets Groups Projects

Add func to replays

Merged Edvin Bergström requested to merge add_func_to_replays into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -9,7 +9,7 @@ IDAReplayObserver
.. method:: IDAReplayObserver.on_game_start(self)
This method is called when a replay has stared, when you inherit it you have to
This method is called when a replay has started, when you inherit it you have to
call the parent's on_game_start method in order to make it work (see
:ref:`replays`).
Loading