Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ GetMapInfo
Method
GetMapInfo
src/plugin/kernel/src/AFCMapModule.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
std::shared_ptr<ark::AFMapInfo> AFCMapModule::GetMapInfo(const int map_id)
44
{
45
return map_infos_.find_value(map_id);
46
}
47
48
bool AFCMapModule::IsInMapInstance(const AFGUID& self)
49
{
Callers
3
CreateEntity
Method · 0.80
CreateContainerEntity
Method · 0.80
InnerDestroyEntity
Method · 0.80
Calls
1
find_value
Method · 0.45
Tested by
no test coverage detected