Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ coolingDown
Method
coolingDown
source/game/interfaces/StarFireableItem.cpp:215–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
bool FireableItem::coolingDown() const {
216
return m_cooldown;
217
}
218
219
void FireableItem::setCoolingDown(bool coolingdown) {
220
m_cooldown = coolingdown;
Callers
1
netElementsNeedStore
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected