MCPcopy 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
150bool Entity::persistent() const {
151 return m_persistent;
152}
153
154bool Entity::keepAlive() const {
155 return m_keepAlive;

Callers 2

entityPersistentMethod · 0.80
makeEntityCallbacksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected