MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / GetFileVersion

Method GetFileVersion

Source/DocumentFile.cpp:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210unsigned int CDocumentFile::GetFileVersion() const
211{
212 return m_iFileVersion & 0xFFFF;
213}
214
215bool CDocumentFile::ReadBlock()
216{

Callers 5

OpenDocumentMethod · 0.80
LoadMethod · 0.80
PostLoadMethod · 0.80
LoadParamsMethod · 0.80
LoadPatternsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected