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

◆ BroadcastText() [3/5]

static void Terraria.WorldGen.BroadcastText ( NetworkText text,
int r,
int g,
int b )
inlinestatic

Definition at line 80524 of file WorldGen.cs.

80525 {
80526 //IL_0004: Unknown result type (might be due to invalid IL or missing references)
80527 WorldGen.BroadcastText(text, new Color(r, g, b));
80528 }

References Terraria.WorldGen.BroadcastText().

+ Here is the call graph for this function: