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

Method setRandom

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

Source from the content-addressed store, hash-verified

209
210 bool isRandom() const;
211 void setRandom(const bool pRandom = false) { mIsRandom = pRandom; }
212
213 std::string getAuthor() { return mAuthor; }
214 void setAuthor(const std::string& pAuthor) { mAuthor = pAuthor; }

Callers 1

CreateRandomMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected