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

◆ GetChat()

virtual void Terraria.ModLoader.GlobalNPC.GetChat ( NPC npc,
ref string chat )
inlinevirtualinherited

Allows you to modify the chat message of any NPC that the player can talk to.

Parameters
npc
chat

Definition at line 611 of file GlobalNPC.cs.

612 {
613 }