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

Method getAuthor

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

Source from the content-addressed store, hash-verified

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; }
215
216 std::string getName() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected