MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / permanent

Method permanent

source/game/StarSystemWorld.cpp:371–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371bool SystemObject::permanent() const {
372 return m_config.permanent;
373}
374
375Vec2F SystemObject::position() const {
376 return Vec2F(m_xPosition.get(), m_yPosition.get());

Callers 3

updateMethod · 0.80
removeObjectMethod · 0.80
addObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected