MCPcopy 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
375Vec2F SystemObject::position() const {
376 return Vec2F(m_xPosition.get(), m_yPosition.get());
377}
378
379WarpAction SystemObject::warpAction() const {
380 return m_config.warpAction;

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected