MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / GetSpawnableEffects

Method GetSpawnableEffects

Source/EffectFactory.cpp:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90std::vector<std::string> EffectFactory::GetSpawnableEffects()
91{
92 std::vector<std::string> effects;
93 for (auto iter = mFactoryMap.begin(); iter != mFactoryMap.end(); ++iter)
94 effects.push_back(iter->first);
95 sort(effects.begin(), effects.end());
96 return effects;
97}

Callers 3

GetSpawnableModulesMethod · 0.80
InitMethod · 0.80
ButtonClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected