MCPcopy Create free account
hub / github.com/JACoders/OpenJK / ExtractLanguageFromPath

Method ExtractLanguageFromPath

code/qcommon/stringed_ingame.cpp:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245
246
247const char *CStringEdPackage::ExtractLanguageFromPath( const char *psFileName )
248{
249 return Filename_WithoutPath( Filename_PathOnly( psFileName ) );
250}
251
252
253void CStringEdPackage::SetupNewFileParse( const char *psFileName, SE_BOOL bLoadDebug )

Callers 2

SE_GetNumLanguagesFunction · 0.45
SE_LoadLanguageFunction · 0.45

Calls 1

Filename_WithoutPathFunction · 0.50

Tested by

no test coverage detected