MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / PilotShutdown

Function PilotShutdown

Descent3/pilot.cpp:724–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722void PilotInitData(pilot *plt);
723
724void PilotShutdown(void) {
725 Current_pilot.flush(false);
726 Current_pilot.clean(false);
727}
728
729void PilotInit(void) {
730 PilotInitData(&Current_pilot);

Callers

nothing calls this directly

Calls 2

cleanMethod · 0.80
flushMethod · 0.45

Tested by

no test coverage detected