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

Method position

source/game/StarMonster.cpp:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197Vec2F Monster::position() const {
198 return m_movementController->position();
199}
200
201RectF Monster::metaBoundBox() const {
202 return m_monsterVariant.metaBoundBox;

Callers 1

getAbsolutePositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected