| 203 | } |
| 204 | |
| 205 | int32_t AFCEntity::GetMapEntityID() const |
| 206 | { |
| 207 | ARK_ASSERT_RET_VAL(opt_charactor_ != nullptr, NULL_INT); |
| 208 | |
| 209 | return opt_charactor_->map_entity_id_; |
| 210 | } |
| 211 | |
| 212 | bool AFCEntity::SwitchScene(const int32_t map_id, const int32_t map_inst_id, const AFVector3D& pos) |
| 213 | { |
no outgoing calls
no test coverage detected