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

Method setAllStatModifierGroups

source/game/StarStatSet.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void StatSet::setAllStatModifierGroups(StatModifierGroupMap map) {
97 if (m_statModifierGroups != map) {
98 m_statModifierGroups = std::move(map);
99 update(0.0f);
100 }
101}
102
103StringList StatSet::effectiveStatNames() const {
104 return m_effectiveStats.keys();

Callers 1

netElementsNeedLoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected