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

◆ UsesPartyHat()

virtual bool Terraria.ModLoader.ModNPC.UsesPartyHat ( )
inlinevirtual

Allows you to determine whether this town NPC wears a party hat during a party. Returns true by default.

Returns

Definition at line 687 of file ModNPC.cs.

688 {
689 return true;
690 }