MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / exit_game

Function exit_game

PythonAPI/examples/no_rendering_mode.py:1559–1562  ·  view source on GitHub ↗

Shuts down program and PyGame

()

Source from the content-addressed store, hash-verified

1557
1558
1559def exit_game():
1560 """Shuts down program and PyGame"""
1561 pygame.quit()
1562 sys.exit()
1563
1564# ==============================================================================
1565# -- Main --------------------------------------------------------------------

Callers 2

_get_data_from_carlaMethod · 0.85
_parse_eventsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected