| 237 | } |
| 238 | |
| 239 | float AFCEntity::GetPositionX() const |
| 240 | { |
| 241 | ARK_ASSERT_RET_VAL(opt_charactor_ != nullptr, NULL_FLOAT); |
| 242 | |
| 243 | return opt_charactor_->pos_.x; |
| 244 | } |
| 245 | |
| 246 | float AFCEntity::GetPositionY() const |
| 247 | { |
nothing calls this directly
no outgoing calls
no test coverage detected