| 251 | } |
| 252 | |
| 253 | float AFCEntity::GetPositionZ() const |
| 254 | { |
| 255 | ARK_ASSERT_RET_VAL(opt_charactor_ != nullptr, NULL_FLOAT); |
| 256 | |
| 257 | return opt_charactor_->pos_.z; |
| 258 | } |
| 259 | |
| 260 | float AFCEntity::GetOrient() const |
| 261 | { |
nothing calls this directly
no outgoing calls
no test coverage detected