MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / Destroy

Method Destroy

ogsr_engine/xrGame/CarSound.cpp:122–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121void CCar::SCarSound::SwitchOn() { pcar->processing_activate(); }
122void CCar::SCarSound::Destroy()
123{
124 SwitchOff();
125 snd_engine.destroy();
126 snd_transmission.destroy();
127 snd_engine_stop.destroy();
128 snd_engine_start.destroy();
129}
130
131void CCar::SCarSound::SwitchOff()
132{

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected