terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ SetText() [4/4]

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

Definition at line 280 of file UIText.cs.

281 {
282 this.InternalSetText(text, textScale, large);
283 }
class f__AnonymousType0<< Count > j__TPar
void InternalSetText(object text, float textScale, bool large)
Definition UIText.cs:334

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