MCPcopy 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
624Vec2F Player::position() const {
625 return m_movementController->position();
626}
627
628Vec2F Player::velocity() const {
629 return m_movementController->velocity();

Callers 4

initMethod · 0.45
renderMethod · 0.45
getNetStatesMethod · 0.45
cameraPositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected