Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
225
Vec2F Npc::position() const {
226
return m_movementController->position();
227
}
228
229
RectF Npc::metaBoundBox() const {
230
return RectF(-4, -4, 4, 4);
Callers
15
update
Method · 0.45
addEntity
Method · 0.45
updateAllEntities
Method · 0.45
entitiesAt
Method · 0.45
forEachEntityLine
Method · 0.45
findEntityLine
Method · 0.45
closestEntity
Method · 0.45
interactiveEntityNear
Method · 0.45
spaceIsOccupied
Method · 0.45
centerClientWindowOnPlayer
Method · 0.45
render
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected