Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ maximumEffectTime
Method
maximumEffectTime
source/game/StarTileDamage.cpp:102–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
float TileDamageParameters::maximumEffectTime() const {
103
return m_maximumEffectTime;
104
}
105
106
float TileDamageParameters::totalHealth() const {
107
return m_totalHealth;
Callers
1
damage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected