Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
510
EntityAnchorConstPtr ActorMovementController::entityAnchor() const {
511
return m_entityAnchor;
512
}
513
514
Vec2F ActorMovementController::position() const {
515
if (m_entityAnchor)
Callers
13
drawables
Method · 0.80
loungingIn
Method · 0.80
special
Method · 0.80
update
Method · 0.80
render
Method · 0.80
canUseTool
Method · 0.80
processControls
Method · 0.80
processStateChanges
Method · 0.80
cameraPosition
Method · 0.80
update
Method · 0.80
render
Method · 0.80
makeNpcCallbacks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected