Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ fireTimer
Method
fireTimer
source/game/interfaces/StarFireableItem.cpp:130–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
float FireableItem::fireTimer() const {
131
return m_fireTimer;
132
}
133
134
void FireableItem::setFireTimer(float fireTimer) {
135
m_fireTimer = fireTimer;
Callers
1
netElementsNeedStore
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected