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

◆ GetSource_ReleaseEntity()

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

Definition at line 364 of file Entity.cs.

365 {
366 return new EntitySource_Parent(this, context);
367 }
Use when the parent can be considered the 'owner' or 'responsible for' the effect....