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

Method resourceLocked

source/game/StarStatCollection.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102bool StatCollection::resourceLocked(String const& resourceName) const {
103 return m_stats.resourceLocked(resourceName);
104}
105
106void StatCollection::setResourceLocked(String const& resourceName, bool locked) {
107 m_stats.setResourceLocked(resourceName, locked);

Callers 1

netElementsNeedStoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected