Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
223
float FireableItem::timeFiring() const {
224
return m_timeFiring;
225
}
226
227
void FireableItem::setTimeFiring(float timeFiring) {
228
m_timeFiring = timeFiring;
Callers
1
netElementsNeedStore
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected