Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
371
bool SystemObject::permanent() const {
372
return m_config.permanent;
373
}
374
375
Vec2F SystemObject::position() const {
376
return Vec2F(m_xPosition.get(), m_yPosition.get());
Callers
3
update
Method · 0.80
removeObject
Method · 0.80
addObject
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected