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

Method entityAnchor

source/game/StarActorMovementController.cpp:510–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510EntityAnchorConstPtr ActorMovementController::entityAnchor() const {
511 return m_entityAnchor;
512}
513
514Vec2F ActorMovementController::position() const {
515 if (m_entityAnchor)

Callers 13

drawablesMethod · 0.80
loungingInMethod · 0.80
specialMethod · 0.80
updateMethod · 0.80
renderMethod · 0.80
canUseToolMethod · 0.80
processControlsMethod · 0.80
processStateChangesMethod · 0.80
cameraPositionMethod · 0.80
updateMethod · 0.80
renderMethod · 0.80
makeNpcCallbacksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected