tModLoader v2024.04
A mod to make and play Terraria mods
InGameNotificationsTracker Class Reference

Static Public Member Functions

static void AddCompleted (Achievement achievement)
 
static void AddJoinRequest (UserJoinToServerRequest request)
 
static void AddNotification (IInGameNotification notification)
 Adds an in-game notification to the tracker. More...
 
static void Clear ()
 
static void DrawInGame (SpriteBatch sb)
 
static void Initialize ()
 
static void Update ()
 

Member Function Documentation

◆ AddNotification()

static void InGameNotificationsTracker.AddNotification ( IInGameNotification  notification)
static

Adds an in-game notification to the tracker.

Parameters
notificationThe notification to add.