MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / resetAnchorState

Method resetAnchorState

source/game/StarActorMovementController.cpp:502–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

stopLoungingMethod · 0.80
updateMethod · 0.80
initMethod · 0.80
uninitMethod · 0.80
updateMethod · 0.80
makeNpcCallbacksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected