Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolygonTek/BlueshiftEngine
/ OnApplicationTerminate
Method
OnApplicationTerminate
Source/Player/Application.cpp:106–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
void Application::OnApplicationTerminate() {
107
if (gameWorld) {
108
gameWorld->OnApplicationTerminate();
109
}
110
}
111
112
void Application::OnApplicationPause(bool pause) {
113
if (gameWorld) {
Callers
6
ShutdownInstance
Function · 0.45
HandleCmd
Function · 0.45
~Engine
Method · 0.45
appDeinit
Function · 0.45
~Engine
Method · 0.45
appDeinit
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected