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

Method anchorState

source/game/StarActorMovementController.cpp:506–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506Maybe<EntityAnchorState> ActorMovementController::anchorState() const {
507 return m_anchorState.get();
508}
509
510EntityAnchorConstPtr ActorMovementController::entityAnchor() const {
511 return m_entityAnchor;

Callers 6

loungingInMethod · 0.80
specialMethod · 0.80
processControlsMethod · 0.80
cameraPositionMethod · 0.80
loungingInMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected