Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
197
Vec2F Monster::position() const {
198
return m_movementController->position();
199
}
200
201
RectF Monster::metaBoundBox() const {
202
return m_monsterVariant.metaBoundBox;
Callers
1
getAbsolutePosition
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected