| 76 | } |
| 77 | |
| 78 | bool StatCollection::resourcePositive(String const& resourceName) const { |
| 79 | return resource(resourceName) > 0.0f; |
| 80 | } |
| 81 | |
| 82 | void StatCollection::setResource(String const& resourceName, float value) { |
| 83 | m_stats.setResourceValue(resourceName, value); |
no outgoing calls
no test coverage detected