Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ Unload
Method
Unload
ogsr_engine/xrGame/level_sounds.cpp:231–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
}
230
231
void CLevelSoundManager::Unload()
232
{
233
// static sounds
234
m_StaticSounds.clear();
235
// music
236
m_MusicTracks.clear();
237
}
238
239
void CLevelSoundManager::Update()
240
{
Callers
3
script_texture_load
Function · 0.45
update_visual_bullet_textures
Method · 0.45
OnAppEnd
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected