Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ protection
Method
protection
source/game/StarPlayer.cpp:1661–1663 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1659
}
1660
1661
float Player::protection() const {
1662
return m_statusController->stat(
"protection"
);
1663
}
1664
1665
bool Player::forceNude() const {
1666
return m_statusController->statPositive(
"nude"
);
Callers
1
update
Method · 0.80
Calls
1
stat
Method · 0.45
Tested by
no test coverage detected