| 5696 | } |
| 5697 | |
| 5698 | static std::string ASGetCurrLevelName() { |
| 5699 | return ASGetLevelName(ASGetCurrLevelAbsPath()); |
| 5700 | } |
| 5701 | |
| 5702 | static std::string ASGetCurrentMenuModsourceID() { |
| 5703 | return ModLoading::Instance().GetModID(Engine::Instance()->GetLatestMenuPath().GetModsource()); |
nothing calls this directly
no test coverage detected