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

Method IsModelFileEqual

CryAnimation/AnimObject.cpp:450–456  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

448
449//////////////////////////////////////////////////////////////////////////
450bool CAnimObject::IsModelFileEqual (const char* szFileName)
451{
452 string strPath = szFileName;
453 UnifyFilePath(strPath);
454
455 return stricmp(strPath.c_str(),m_fileName.c_str()) == 0;
456}
457
458//////////////////////////////////////////////////////////////////////////
459void CAnimObject::CreateDecal(CryEngineDecalInfo& Decal)

Callers 1

LoadCharacterMethod · 0.45

Calls 3

UnifyFilePathFunction · 0.85
stricmpFunction · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected