MCPcopy 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
62bool StatCollection::statPositive(String const& statName) const {
63 return stat(statName) > 0.0f;
64}
65
66StringList StatCollection::resourceNames() const {
67 return m_stats.resourceNames();

Callers 6

queryHitMethod · 0.45
forceNudeMethod · 0.45
processControlsMethod · 0.45
invisibleMethod · 0.45
queryHitMethod · 0.45
queryHitMethod · 0.45

Calls 1

statClass · 0.50

Tested by

no test coverage detected