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

Method setLink

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

Source from the content-addressed store, hash-verified

39 // A link - likely to a website?
40 const UString &getLink() const { return link; }
41 void setLink(const UString &newLink) { link = newLink; }
42 // A /UNIQUE/ ID - how this mod is referenced internally.
43 // SUGGESTION: Use a reverse DNS-like format: e.g."
44 // org.openapoc.mod.MY_USERNAME.MY_MOD

Callers 2

main.cppFile · 0.80
getInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected