| 244 | } |
| 245 | |
| 246 | float AFCEntity::GetPositionY() const |
| 247 | { |
| 248 | ARK_ASSERT_RET_VAL(opt_charactor_ != nullptr, NULL_FLOAT); |
| 249 | |
| 250 | return opt_charactor_->pos_.y; |
| 251 | } |
| 252 | |
| 253 | float AFCEntity::GetPositionZ() const |
| 254 | { |
nothing calls this directly
no outgoing calls
no test coverage detected