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

Method SetName

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

Source from the content-addressed store, hash-verified

74 }
75
76 void SetName(const std::string& pName) {
77 mName = pName;
78 }
79
80 std::string GetName() const {
81 std::string Name = mName;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected