add NzLocalizedText::GetBaseString to retrieve the original key

This commit is contained in:
SweetId 2023-10-20 23:45:12 -04:00
parent 0b747c4d0a
commit 4e7435297d
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ namespace Nz
size_t size() const;
const std::string& ToString() const;
const std::string& GetBaseString() const { return m_str; }
friend std::ostream& operator<<(std::ostream& out, const Nz::LocalizedText& dt)
{