| 737 | } |
| 738 | |
| 739 | bool 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 |
| 747 | void ModuleFactory::GetPrefabs(std::vector<ModuleFactory::Spawnable>& prefabs) |