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

Method Stop

ogsr_engine/xrGame/CarSound.cpp:158–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void CCar::SCarSound::Stop()
159{
160 VERIFY(!ph_world->Processing());
161 if (eCarSound == sndOff)
162 return;
163 SwitchState(sndStoping);
164 snd_engine.stop_deffered();
165 snd_engine_stop.play(pcar);
166 SetSoundPosition(snd_engine_stop);
167}
168
169void CCar::SCarSound::Drive()
170{

Callers 15

remove_pp_effectorFunction · 0.45
stop_tutorialFunction · 0.45
StopEngineParticlesMethod · 0.45
StopFlyParticlesMethod · 0.45
SwitchNightVisionMethod · 0.45
updateMethod · 0.45
PlayBlendAnmMethod · 0.45
StopBlendAnmMethod · 0.45
StopAllBlendAnmsMethod · 0.45
ExplodeHelicopterMethod · 0.45
StopParticlesMethod · 0.45

Calls 2

stop_defferedMethod · 0.80
playMethod · 0.45

Tested by

no test coverage detected