| 205 | |
| 206 | bool isCustom() const; |
| 207 | bool isCustomMap() const { return mIsCustomMap; } |
| 208 | void setCustomMap() { mIsCustomMap = true; mUseCustomPath = true; } |
| 209 | |
| 210 | bool isRandom() const; |
nothing calls this directly
no outgoing calls
no test coverage detected