MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / ClearAllResource

Method ClearAllResource

LuaSTGPlus/ResourceMgr.cpp:1587–1595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1585}
1586
1587void ResourceMgr::ClearAllResource()LNOEXCEPT
1588{
1589 m_GlobalResourcePool.Clear();
1590 m_StageResourcePool.Clear();
1591 m_ActivedPool = ResourcePoolType::Global;
1592 m_GlobalImageScaleFactor = 1.;
1593 m_GlobalSoundEffectVolume = 1.0f;
1594 m_GlobalMusicVolume = 1.0f;
1595}
1596
1597bool ResourceMgr::LoadPack(const wchar_t* path, const char* passwd)LNOEXCEPT
1598{

Callers 1

ShutdownMethod · 0.80

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected