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

◆ SetText() [2/4]

void Terraria.GameContent.UI.Elements.UIText.SetText ( LocalizedText text,
float textScale,
bool large )
inline

Definition at line 119 of file UIText.cs.

120 {
121 InternalSetText(text, textScale, large);
122 }
void InternalSetText(object text, float textScale, bool large)
Definition UIText.cs:164

References Terraria.GameContent.UI.Elements.UIText.InternalSetText(), and System.text.