TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ SetValue()

void Terraria.Localization.LocalizedText.SetValue ( string text)
inlinepackage

Definition at line 52 of file LocalizedText.cs.

53 {
54 Value = text;
55 }
string Value
Retrieves the text value. This is the actual text the user should see.

References Terraria.Localization.LocalizedText.Value.

Referenced by Terraria.Localization.LocalizedText.BindArgs(), and Terraria.Localization.LanguageManager.ProcessCopyCommandsInTexts().

+ Here is the caller graph for this function: