Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ persistent
Method
persistent
source/game/interfaces/StarEntity.cpp:150–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
bool Entity::persistent() const {
151
return m_persistent;
152
}
153
154
bool Entity::keepAlive() const {
155
return m_keepAlive;
Callers
2
entityPersistent
Method · 0.80
makeEntityCallbacks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected