MCPcopy 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
1661float Player::protection() const {
1662 return m_statusController->stat("protection");
1663}
1664
1665bool Player::forceNude() const {
1666 return m_statusController->statPositive("nude");

Callers 1

updateMethod · 0.80

Calls 1

statMethod · 0.45

Tested by

no test coverage detected