Module pyboy.plugins
Plugins that extend PyBoy's functionality. The only publicly exposed, are the game wrappers.
Expand source code
#
# License: See LICENSE.md file
# GitHub: https://github.com/Baekalfen/PyBoy
#
"""
Plugins that extend PyBoy's functionality. The only publicly exposed, are the game wrappers.
"""
__pdoc__ = {
# docs exclude
"disable_input": False,
"rewind": False,
"window_sdl2": False,
"screenshot_recorder": False,
"debug_prompt": False,
"screen_recorder": False,
"debug": False,
"manager": False,
"record_replay": False,
"manager_gen": False,
"window_open_gl": False,
"auto_pause": False,
"window_null": False,
# docs exclude end
}
Sub-modules
pyboy.plugins.base_plugin
pyboy.plugins.game_wrapper_kirby_dream_land
pyboy.plugins.game_wrapper_pokemon_gen1
pyboy.plugins.game_wrapper_pokemon_pinball
pyboy.plugins.game_wrapper_super_mario_land
pyboy.plugins.game_wrapper_tetris