Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ statPositive
Method
statPositive
source/game/StarStatCollection.cpp:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
bool StatCollection::statPositive(String const& statName) const {
63
return stat(statName) > 0.0f;
64
}
65
66
StringList StatCollection::resourceNames() const {
67
return m_stats.resourceNames();
Callers
6
queryHit
Method · 0.45
forceNude
Method · 0.45
processControls
Method · 0.45
invisible
Method · 0.45
queryHit
Method · 0.45
queryHit
Method · 0.45
Calls
1
stat
Class · 0.50
Tested by
no test coverage detected