| 500 | } |
| 501 | |
| 502 | void ActorMovementController::resetAnchorState() { |
| 503 | doSetAnchorState({}); |
| 504 | } |
| 505 | |
| 506 | Maybe<EntityAnchorState> ActorMovementController::anchorState() const { |
| 507 | return m_anchorState.get(); |
no outgoing calls
no test coverage detected