Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
bool Spawner::active() const {
54
return m_active;
55
}
56
57
void Spawner::setActive(bool active) {
58
m_active = active;
Callers
5
writeMetadata
Method · 0.45
netElementsNeedStore
Method · 0.45
update
Method · 0.45
update
Method · 0.45
buildTeamBar
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected