* Returns the waypoint's unique identifying name. * @param lang Language to get strings from. * @return Full name. */
| 94 | * @return Full name. |
| 95 | */ |
| 96 | std::wstring Waypoint::getName(Language *lang) const |
| 97 | { |
| 98 | return lang->getString("STR_WAY_POINT_").arg(_id); |
| 99 | } |
| 100 | |
| 101 | } |