MCPcopy Create free account
hub / github.com/OpenDriveLab/DriveAdapter / exit_game

Function exit_game

scenario_runner/no_rendering_mode.py:1418–1421  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1416 world_module.destroy()
1417
1418def exit_game():
1419 module_manager.clear_modules()
1420 pygame.quit()
1421 sys.exit()
1422
1423# ==============================================================================
1424# -- Main --------------------------------------------------------------------

Callers 2

_get_data_from_carlaMethod · 0.85
_parse_eventsMethod · 0.85

Calls 1

clear_modulesMethod · 0.80

Tested by

no test coverage detected