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

◆ UpdateTimeLeft()

void Terraria.UI.Chat.ChatLine.UpdateTimeLeft ( )
inline

Definition at line 19 of file ChatLine.cs.

20 {
21 if (showTime > 0)
22 {
23 showTime--;
24 }
25 if (needsParsing)
26 {
27 needsParsing = false;
28 }
29 }

References Terraria.UI.Chat.ChatLine.needsParsing, and Terraria.UI.Chat.ChatLine.showTime.

Referenced by Terraria.GameContent.UI.Chat.LegacyChatMonitor.Update().