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

Method active

source/game/StarSpawner.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool Spawner::active() const {
54 return m_active;
55}
56
57void Spawner::setActive(bool active) {
58 m_active = active;

Callers 5

writeMetadataMethod · 0.45
netElementsNeedStoreMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
buildTeamBarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected