MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / Clear

Method Clear

Source/Sound/sound.cpp:373–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373void Sound::Clear() {
374 m_audio.StopAll();
375 ambient_triangles.clear();
376}
377
378/*
379 * For this function to work correctly in the future it'll have to use the bullet_world reference indirectly

Callers 14

DumpLoadWarningDataMethod · 0.45
UnloadMethod · 0.45
ConnectByIPAddressMethod · 0.45
CreateListenSocketIPMethod · 0.45
DrawMethod · 0.45
DisposeMethod · 0.45
DrawSceneMethod · 0.45
DrawLoadScreenMethod · 0.45
UpdateShadowCacheFunction · 0.45
GetShadowableTrisFunction · 0.45
UpdateShadowCascadesFunction · 0.45
DrawMethod · 0.45

Calls 2

StopAllMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected