Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StrongPC123/Far-Cry-1-Source-Full
/ GetFileInfo
Method
GetFileInfo
CrySoundSystem/PCMDecoder.cpp:107–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
bool CPCMDecoder::GetFileInfo(SMusicPatternFileInfo &FileInfo)
108
{
109
if (!m_pFile)
110
return false;
111
FileInfo=m_FileInfo;
112
return true;
113
}
114
115
void CPCMDecoder::GetMemoryUsage(class ICrySizer* pSizer)
116
{
Callers
1
StreamingCallback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected