MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / getModURL

Method getModURL

src/nexusinterface.cpp:427–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427QString NexusInterface::getModURL(int modID, QString gameName = "") const
428{
429 return QString("%1/mods/%2").arg(getGameURL(gameName)).arg(modID);
430}
431
432std::vector<std::pair<QString, QString>>
433NexusInterface::getGameChoices(const MOBase::IPluginGame* game)

Callers 6

exportModListCSVMethod · 0.80
visitOnNexusMethod · 0.80
visitNexusOrWebPageMethod · 0.80
visitOnNexusMethod · 0.80
updateWebpageMethod · 0.80
onVisitNexusMethod · 0.80

Calls 1

QStringClass · 0.85

Tested by

no test coverage detected