MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / SetCustomCampaign

Method SetCustomCampaign

Source/Campaign.cpp:308–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308void cCampaign::SetCustomCampaign() {
309 mIsCustomCampaign = true;
310 mUseCustomPath = false;
311
312 Clear();
313}
314
315void cCampaign::CreateCustomCampaign() {
316 SetCustomCampaign();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected