| 622 | } |
| 623 | |
| 624 | void SteamworksUGCItem::SetIntendedUpdateModSource(ModID mod) { |
| 625 | upload_sid_source = mod; |
| 626 | } |
| 627 | |
| 628 | std::string SteamworksUGCItem::GetPath() { |
| 629 | if (ItemState() & k_EItemStateInstalled) { |
no outgoing calls
no test coverage detected