MCPcopy 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
231void CLevelSoundManager::Unload()
232{
233 // static sounds
234 m_StaticSounds.clear();
235 // music
236 m_MusicTracks.clear();
237}
238
239void CLevelSoundManager::Update()
240{

Callers 3

script_texture_loadFunction · 0.45
OnAppEndMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected