MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / LockResources

Method LockResources

CrySoundSystem/SoundSystem.cpp:1974–1981  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

1972
1973//////////////////////////////////////////////////////////////////////////
1974void CSoundSystem::LockResources()
1975{
1976 for (SoundBufferPropsMapItor It=m_soundBuffers.begin();It!=m_soundBuffers.end();It++)
1977 {
1978 CSoundBuffer *pBuf = It->second;
1979 m_lockedResources.push_back( pBuf );
1980 }
1981}
1982
1983//////////////////////////////////////////////////////////////////////////
1984void CSoundSystem::UnlockResources()

Callers 2

OnScriptCompileScriptMethod · 0.45
LoadMethod · 0.45

Calls 3

beginMethod · 0.45
endMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected