Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ powerMultiplier
Method
powerMultiplier
source/game/StarPlayer.cpp:459–461 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
457
}
458
459
float Player::powerMultiplier() const {
460
return m_statusController->stat(
"powerMultiplier"
);
461
}
462
463
bool Player::isDead() const {
464
return !m_statusController->resourcePositive(
"health"
);
Callers
nothing calls this directly
Calls
1
stat
Method · 0.45
Tested by
no test coverage detected