| 1151 | } |
| 1152 | |
| 1153 | CommandID PluginManager::GetCommandIdentifier(const PluginID& ID) const |
| 1154 | { |
| 1155 | const auto name = GetSymbol(ID).Internal(); |
| 1156 | return EffectDefinitionInterface::GetSquashedName(name); |
| 1157 | } |
| 1158 | |
| 1159 | const PluginID& |
| 1160 | PluginManager::GetByCommandIdentifier(const CommandID& strTarget) |
no test coverage detected