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

◆ SetChatButtons()

virtual void Terraria.ModLoader.ModNPC.SetChatButtons ( ref string button,
ref string button2 )
inlinevirtual

Allows you to set the text for the buttons that appear on this NPC's chat window. A parameter left as an empty string will not be included as a button on the chat window.

Parameters
button
button2

Definition at line 719 of file ModNPC.cs.

720 {
721 }