MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ToString

Method ToString

Source/Engine/Localization/Localization.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162String LocalizedString::ToString() const
163{
164 return Localization::GetString(Id, Value);
165}
166
167String LocalizedString::ToStringPlural(int32 n) const
168{

Callers

nothing calls this directly

Calls 1

GetStringFunction · 0.50

Tested by

no test coverage detected