MCPcopy 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
43std::shared_ptr<ark::AFMapInfo> AFCMapModule::GetMapInfo(const int map_id)
44{
45 return map_infos_.find_value(map_id);
46}
47
48bool AFCMapModule::IsInMapInstance(const AFGUID& self)
49{

Callers 3

CreateEntityMethod · 0.80
CreateContainerEntityMethod · 0.80
InnerDestroyEntityMethod · 0.80

Calls 1

find_valueMethod · 0.45

Tested by

no test coverage detected