MCPcopy Create free account
hub / github.com/R2Northstar/NorthstarLauncher / GetModFolderPath

Function GetModFolderPath

primedev/mods/modmanager.cpp:864–867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862}
863
864fs::path GetModFolderPath()
865{
866 return fs::path(GetNorthstarPrefix()) / MOD_FOLDER_SUFFIX;
867}
868fs::path GetThunderstoreModFolderPath()
869{
870 return fs::path(GetNorthstarPrefix()) / THUNDERSTORE_MOD_FOLDER_SUFFIX;

Callers 2

DiscoverModsMethod · 0.85

Calls 1

GetNorthstarPrefixFunction · 0.85

Tested by

no test coverage detected