Skip to content

Commit

Permalink
added docstring to cheats
Browse files Browse the repository at this point in the history
  • Loading branch information
29th-Day committed Dec 28, 2023
1 parent 7798c5b commit 956a55d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/retropy/core/retro.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ class RetroPy:
memory: RAM
"""Cores memory / RAM. Only available if game is `loaded`."""

cheats: CheatManager
"""Add cheats to currently loaded game.
Codes can be found on the internet e.g. `gamehacking.org` or `github.com/libretro/libretro-database`"""

# region magic methods / (de)init

def __init__(self, path: str, numpy: bool = True) -> None:
Expand Down

0 comments on commit 956a55d

Please sign in to comment.