MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / fullEnergy

Method fullEnergy

source/game/StarNpc.cpp:1049–1051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1047}
1048
1049bool Npc::fullEnergy() const {
1050 return *m_statusController->resourcePercentage("energy") >= 1.0;
1051}
1052
1053float Npc::energy() const {
1054 return m_statusController->resource("energy");

Callers 1

ownerFullEnergyMethod · 0.45

Calls 1

resourcePercentageMethod · 0.45

Tested by

no test coverage detected