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

Method GetNumFiles

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

Source from the content-addressed store, hash-verified

133public:
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

Callers 15

ExportModelsMethod · 0.80
addModelsMethod · 0.80
addGuisMethod · 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

Calls 1

NumMethod · 0.45

Tested by

no test coverage detected