MCPcopy 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
215bool FireableItem::coolingDown() const {
216 return m_cooldown;
217}
218
219void FireableItem::setCoolingDown(bool coolingdown) {
220 m_cooldown = coolingdown;

Callers 1

netElementsNeedStoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected