Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
String LocalizedString::ToString() const
163
{
164
return Localization::GetString(Id, Value);
165
}
166
167
String LocalizedString::ToStringPlural(int32 n) const
168
{
Callers
nothing calls this directly
Calls
1
GetString
Function · 0.50
Tested by
no test coverage detected