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

Method isCustomMap

Source/Campaign.hpp:207–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205
206 bool isCustom() const;
207 bool isCustomMap() const { return mIsCustomMap; }
208 void setCustomMap() { mIsCustomMap = true; mUseCustomPath = true; }
209
210 bool isRandom() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected