| 258 | } |
| 259 | |
| 260 | float AFCEntity::GetOrient() const |
| 261 | { |
| 262 | ARK_ASSERT_RET_VAL(opt_charactor_ != nullptr, NULL_FLOAT); |
| 263 | |
| 264 | return opt_charactor_->orient_; |
| 265 | } |
| 266 | |
| 267 | bool AFCEntity::SetPosition(const AFVector3D& position, const float orient) |
| 268 | { |
nothing calls this directly
no outgoing calls
no test coverage detected