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

Method IsExperimental

Source/ModuleFactory.cpp:739–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739bool ModuleFactory::IsExperimental(std::string typeName)
740{
741 if (mFactoryMap.find(typeName) != mFactoryMap.end())
742 return mFactoryMap[typeName].mIsExperimental;
743 return false;
744}
745
746//static
747void ModuleFactory::GetPrefabs(std::vector<ModuleFactory::Spawnable>& prefabs)

Callers 1

SetListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected