MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / LoadBanksEx

Function LoadBanksEx

engine/Poseidon/Core/GameState.cpp:256–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256static void LoadBanksEx(const char* path, bool emptyPrefix, bool parseConfig = false)
257{
258 LoadBanksContext ctx;
259 ctx.path = path;
260 ctx.emptyPrefix = emptyPrefix;
261 ctx.parseConfig = parseConfig;
262 EnumModDirectories(LoadBanksCallback, &ctx);
263}
264
265void Globals::Init()
266{

Callers 1

InitMethod · 0.85

Calls 1

EnumModDirectoriesFunction · 0.85

Tested by

no test coverage detected