| 196 | } |
| 197 | |
| 198 | int32_t AFCEntity::GetMapID() const |
| 199 | { |
| 200 | ARK_ASSERT_RET_VAL(opt_charactor_ != nullptr, NULL_INT); |
| 201 | |
| 202 | return opt_charactor_->map_id_; |
| 203 | } |
| 204 | |
| 205 | int32_t AFCEntity::GetMapEntityID() const |
| 206 | { |
no outgoing calls
no test coverage detected