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

◆ GetSource_Buff()

IEntitySource Terraria.NPC.GetSource_Buff ( int buffIndex)
inline

Definition at line 112715 of file NPC.cs.

112716 {
112718 return new EntitySource_Buff(this, buffTypeId, buffIndex);
112719 }
Intended for mods to use when spawning projectiles periodically from buffs.
int[] buffType
Definition NPC.cs:649