Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ position
Method
position
source/game/StarProjectile.cpp:133–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
Vec2F Projectile::position() const {
134
return m_movementController->position();
135
}
136
137
RectF Projectile::metaBoundBox() const {
138
return m_config->boundBox;
Callers
3
hitOther
Method · 0.45
update
Method · 0.45
setSourceEntity
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected