MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / iSystemExit

Function iSystemExit

src/SB/Core/gc/iSystem.cpp:202–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 RenderWareExit();
201 xSndExit();
202 xPadKill();
203 iFileExit();
204 iTimeExit();
205 xMemExit();
206 OSPanic(__FILE__, 0x21d,
207 "(With apologies to Jim Morrison) This the end, my only friend, The End.");
208}
209
210static U32 RWAttachPlugins()
211{
212 if (!RpWorldPluginAttach())
213 {
214 return TRUE;
215 }
216 if (!RpCollisionPluginAttach())
217 {

Callers 1

mainFunction · 0.85

Calls 9

xDebugExitFunction · 0.85
xMathExitFunction · 0.85
RenderWareExitFunction · 0.85
xSndExitFunction · 0.85
xPadKillFunction · 0.85
iFileExitFunction · 0.85
iTimeExitFunction · 0.85
xMemExitFunction · 0.85
OSPanicFunction · 0.85

Tested by

no test coverage detected