MCPcopy Create free account
hub / github.com/MergHQ/CRYENGINE / ClearSoundCache

Method ClearSoundCache

Code/CryEngine/CryAction/ItemSystem.cpp:938–942  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

936
937//------------------------------------------------------------------------
938void CItemSystem::ClearSoundCache()
939{
940 for (TItemParamsMap::iterator it = m_params.begin(); it != m_params.end(); ++it)
941 it->second.precacheFlags &= ~SItemParamsDesc::eIF_PreCached_Sound;
942}
943
944//------------------------------------------------------------------------
945ICharacterInstance* CItemSystem::GetCachedCharacter(const char* fileName)

Callers 2

UnLoadLevelMethod · 0.80
OnCloseLevelMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected