* Returns the custom name for the base. * @param lang Language to get strings from. * @return Name. */
| 264 | * @return Name. |
| 265 | */ |
| 266 | std::wstring Base::getName(Language *) const |
| 267 | { |
| 268 | return _name; |
| 269 | } |
| 270 | |
| 271 | /** |
| 272 | * Changes the custom name for the base. |