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

Method resourceNames

source/game/StarStatCollection.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66StringList StatCollection::resourceNames() const {
67 return m_stats.resourceNames();
68}
69
70bool StatCollection::isResource(String const& resourceName) const {
71 return m_stats.isResource(resourceName);

Callers 2

StatCollectionMethod · 0.45
resetAllResourcesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected