| 85 | } |
| 86 | |
| 87 | string_view MapObject::GetDefaultName() const |
| 88 | { |
| 89 | string_view name; |
| 90 | UNUSED_VALUE(m_name.GetString(localisation::kDefaultNameIndex, name)); |
| 91 | return name; |
| 92 | } |
| 93 | |
| 94 | StringUtf8Multilang const & MapObject::GetNameMultilang() const |
| 95 | { |
no test coverage detected