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

Method position

source/game/StarProjectile.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133Vec2F Projectile::position() const {
134 return m_movementController->position();
135}
136
137RectF Projectile::metaBoundBox() const {
138 return m_config->boundBox;

Callers 3

hitOtherMethod · 0.45
updateMethod · 0.45
setSourceEntityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected