| 314 | } |
| 315 | |
| 316 | std::shared_ptr<CLayer> CEditorMap::SelectedLayerType(int Index, int Type) const |
| 317 | { |
| 318 | std::shared_ptr<CLayer> pLayer = SelectedLayer(Index); |
| 319 | if(pLayer && pLayer->m_Type == Type) |
| 320 | return pLayer; |
| 321 | return nullptr; |
| 322 | } |
| 323 | |
| 324 | void CEditorMap::SelectLayer(int LayerIndex, int GroupIndex) |
| 325 | { |
no outgoing calls
no test coverage detected