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

◆ CacheMessage()

static void Terraria.Chat.ChatHelper.CacheMessage ( string message,
Color color )
inlinestaticprivate

Definition at line 97 of file ChatHelper.cs.

98 {
99 _cachedMessages.Add(new Tuple<string, Color>(message, color));
100 }
static List< Tuple< string, Color > > _cachedMessages
Definition ChatHelper.cs:13

References Terraria.Chat.ChatHelper._cachedMessages.

Referenced by Terraria.Chat.ChatHelper.DisplayMessage().