Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ position
Method
position
source/game/StarSystemWorld.cpp:375–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
373
}
374
375
Vec2F SystemObject::position() const {
376
return Vec2F(m_xPosition.get(), m_yPosition.get());
377
}
378
379
WarpAction SystemObject::warpAction() const {
380
return m_config.warpAction;
Callers
1
systemLocationPosition
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected