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

Method timeFiring

source/game/interfaces/StarFireableItem.cpp:223–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223float FireableItem::timeFiring() const {
224 return m_timeFiring;
225}
226
227void FireableItem::setTimeFiring(float timeFiring) {
228 m_timeFiring = timeFiring;

Callers 1

netElementsNeedStoreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected