MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetPath

Method GetPath

Source/Steam/ugc_item.cpp:628–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626}
627
628std::string SteamworksUGCItem::GetPath() {
629 if (ItemState() & k_EItemStateInstalled) {
630 if (need_update_installed_size) {
631 UpdateModInstallationInfo();
632 need_update_installed_size = false;
633 }
634 return std::string(mod_path);
635 } else {
636 return std::string("");
637 }
638}
639
640std::string SteamworksUGCItem::GetSteamworksIDString() {
641 std::stringstream ss;

Callers 2

PlayGroupMethod · 0.45
SoundGroupPlayInfoMethod · 0.45

Calls 1

ItemStateEnum · 0.85

Tested by

no test coverage detected