MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / setID

Method setID

framework/modinfo.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 // something dumb)
47 const UString &getID() const { return ID; }
48 void setID(const UString &newID) { ID = newID; }
49 // A list of IDs this mod depends on
50 const std::list<UString> &requirements() const { return _requirements; }
51 std::list<UString> requirements() { return _requirements; }

Callers 2

main.cppFile · 0.80
getInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected