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

Function ASGetCurrLevelName

Source/Scripting/angelscript/asfuncs.cpp:5698–5700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5696}
5697
5698static std::string ASGetCurrLevelName() {
5699 return ASGetLevelName(ASGetCurrLevelAbsPath());
5700}
5701
5702static std::string ASGetCurrentMenuModsourceID() {
5703 return ModLoading::Instance().GetModID(Engine::Instance()->GetLatestMenuPath().GetModsource());

Callers

nothing calls this directly

Calls 2

ASGetCurrLevelAbsPathFunction · 0.85
ASGetLevelNameFunction · 0.70

Tested by

no test coverage detected