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

Method position

source/game/StarNpc.cpp:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225Vec2F Npc::position() const {
226 return m_movementController->position();
227}
228
229RectF Npc::metaBoundBox() const {
230 return RectF(-4, -4, 4, 4);

Callers 15

updateMethod · 0.45
addEntityMethod · 0.45
updateAllEntitiesMethod · 0.45
entitiesAtMethod · 0.45
forEachEntityLineMethod · 0.45
findEntityLineMethod · 0.45
closestEntityMethod · 0.45
interactiveEntityNearMethod · 0.45
spaceIsOccupiedMethod · 0.45
renderMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected