| 380 | } |
| 381 | |
| 382 | const char *CAutoMapper::GetConfigName(int Index) const |
| 383 | { |
| 384 | if(Index < 0 || Index >= (int)m_vConfigs.size()) |
| 385 | { |
| 386 | return "(unknown)"; |
| 387 | } |
| 388 | return m_vConfigs[Index].m_aName; |
| 389 | } |
| 390 | |
| 391 | void CAutoMapper::ProceedLocalized(CLayerTiles *pLayer, CLayerTiles *pGameLayer, int ReferenceId, int ConfigId, int Seed, int X, int Y, int Width, int Height) |
| 392 | { |
no outgoing calls
no test coverage detected