Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1049
bool Npc::fullEnergy() const {
1050
return *m_statusController->resourcePercentage(
"energy"
) >= 1.0;
1051
}
1052
1053
float Npc::energy() const {
1054
return m_statusController->resource(
"energy"
);
Callers
1
ownerFullEnergy
Method · 0.45
Calls
1
resourcePercentage
Method · 0.45
Tested by
no test coverage detected