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

◆ BossLoot()

virtual void Terraria.ModLoader.ModNPC.BossLoot ( ref string name,
ref int potionType )
inlinevirtual

Allows you to customize what happens when this boss dies, such as which name is displayed in the defeat message and what type of potion it drops.

Parameters
name
potionType

Definition at line 394 of file ModNPC.cs.

395 {
396 }