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

◆ GetSource_GiftOrReward()

IEntitySource Terraria.Entity.GetSource_GiftOrReward ( string? context = null)
inlineinherited

Definition at line 334 of file Entity.cs.

335 {
336 return new EntitySource_Gift(this, context);
337 }
Used when NPCs or pets/minions give gifts or rewards to a player.