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

◆ PushFallback()

static FallbackSourceRef Terraria.DataStructures.IEntitySource.PushFallback ( IEntitySource source)
inlinestaticpackage

Definition at line 39 of file IEntitySource.cs.

40 {
41 return new FallbackSourceRef(source);
42 }

Referenced by Terraria.NPC.HitEffect(), Terraria.NPC.UpdateNPC(), and Terraria.NPC.VanillaAI().

+ Here is the caller graph for this function: