MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / GetFile

Method GetFile

neo/framework/FileSystem.h:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 const char * GetBasePath( void ) const { return basePath; }
135 int GetNumFiles( void ) const { return list.Num(); }
136 const char * GetFile( int index ) const { return list[index]; }
137 const idStrList & GetList( void ) const { return list; }
138
139private:

Callers 15

ExportModelsMethod · 0.80
OnBtnRefreshwaveMethod · 0.80
UpdateFileListMethod · 0.80
AddScriptsToTreeMethod · 0.80
AddGUIsToTreeMethod · 0.80
RunAASDir_fFunction · 0.80
InitMethod · 0.80
RegisterDeclFolderMethod · 0.80
Com_LocalizeGuis_fFunction · 0.80
Dir_fMethod · 0.80
DirTree_fMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected