MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / addLocalArchive

Function addLocalArchive

TheForceEngine/TFE_FileSystem/paths.cpp:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 }
322
323 void addLocalArchive(Archive* archive)
324 {
325 s_localArchives.push_back(archive);
326 }
327
328 void removeLastArchive()
329 {

Callers 6

loadCustomGobFunction · 0.50
openGobFilesFunction · 0.50
escapeMenu_loadFunction · 0.50
agentMenu_loadFunction · 0.50
menu_openResourceArchiveFunction · 0.50
lsystem_initFunction · 0.50

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected