add NzLocalizedText::GetBaseString to retrieve the original key
This commit is contained in:
@@ -42,6 +42,7 @@ namespace Nz
|
|||||||
size_t size() const;
|
size_t size() const;
|
||||||
|
|
||||||
const std::string& ToString() 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)
|
friend std::ostream& operator<<(std::ostream& out, const Nz::LocalizedText& dt)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user