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

◆ BroadcastText() [1/5]

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

Definition at line 76872 of file WorldGen.cs.

76873 {
76874 BroadcastText(text, new Color(r, g, b));
76875 }
static void BroadcastText(NetworkText text, Vector4 color)

References System.text.