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

Method GetName

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

Source from the content-addressed store, hash-verified

78 }
79
80 std::string GetName() const {
81 std::string Name = mName;
82 transform(Name.begin(), Name.end(), Name.begin(), toupper);
83 return Name;
84 }
85
86 void SetMapFilename(const std::string& pMapFilename) {
87 mMapFilename = pMapFilename;

Callers 2

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected