Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ position
Method
position
source/game/StarPlayer.cpp:624–626 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
622
}
623
624
Vec2F Player::position() const {
625
return m_movementController->position();
626
}
627
628
Vec2F Player::velocity() const {
629
return m_movementController->velocity();
Callers
4
init
Method · 0.45
render
Method · 0.45
getNetStates
Method · 0.45
cameraPosition
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected