Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
373
void 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
DumpLoadWarningData
Method · 0.45
Unload
Method · 0.45
ConnectByIPAddress
Method · 0.45
CreateListenSocketIP
Method · 0.45
Draw
Method · 0.45
Dispose
Method · 0.45
DrawScene
Method · 0.45
DrawLoadScreen
Method · 0.45
UpdateShadowCache
Function · 0.45
GetShadowableTris
Function · 0.45
UpdateShadowCascades
Function · 0.45
Draw
Method · 0.45
Calls
2
StopAll
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected