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

Method GetString

Source/Engine/Localization/Localization.cpp:387–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387String Localization::GetString(const String& id, const String& fallback)
388{
389 return Instance.Get(id, 0, fallback);
390}
391
392String Localization::GetPluralString(const String& id, int32 n, const String& fallback)
393{

Callers 15

DeserializeMethod · 0.45
LocalizedStringClass · 0.45
EqualsMethod · 0.45
ToStringMethod · 0.45
WriteObjectToBytesFunction · 0.45
ToBytesMethod · 0.45
ToJsonMethod · 0.45
DoMethod · 0.45
saveSceneMethod · 0.45
SaveSceneToBytesMethod · 0.45
SpawnMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected