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

Method position

source/game/StarItemDrop.cpp:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168Vec2F ItemDrop::position() const {
169 return m_movementController.position();
170}
171
172RectF ItemDrop::metaBoundBox() const {
173 return m_boundBox;

Callers 3

diskStoreMethod · 0.45
updateMethod · 0.45
updateTakenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected