MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / ExistMap

Method ExistMap

src/plugin/kernel/src/AFCMapModule.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bool AFCMapModule::ExistMap(const int map_id)
63{
64 auto pMapInfo = map_infos_.find_value(map_id);
65 return (pMapInfo != nullptr);
66}
67
68bool AFCMapModule::SwitchMap(const AFGUID& self, const int target_map, const int target_inst, const AFVector3D& pos,
69 const float fOrient, const AFIDataList& args)

Callers

nothing calls this directly

Calls 1

find_valueMethod · 0.45

Tested by

no test coverage detected