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

◆ SetText() [4/4]

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

Definition at line 114 of file UIText.cs.

115 {
116 InternalSetText(text, textScale, large);
117 }
void InternalSetText(object text, float textScale, bool large)
Definition UIText.cs:164

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