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

◆ GetSource_FromAI()

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

Definition at line 319 of file Entity.cs.

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