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