Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CharlesPikachu/Games
/ QuitGame
Function
QuitGame
cpgames/core/utils/misc.py:14–16 ·
view source on GitHub ↗
(use_pygame=True)
Source
from the content-addressed store, hash-verified
12
13
''
'退出程序'
''
14
def
QuitGame(use_pygame=True):
15
if
use_pygame: pygame.quit()
16
sys.exit()
Callers
15
run
Method · 0.85
ShowEndInterface
Method · 0.85
ShowStartInterface
Method · 0.85
run
Method · 0.85
switchlevelinterface
Method · 0.85
failureinterface
Method · 0.85
pauseinterface
Method · 0.85
start
Method · 0.85
run
Method · 0.85
ShowStartInterface
Method · 0.85
startLevelGame
Method · 0.85
showText
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected