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

◆ NewGorePerfect() [2/2]

static Gore Terraria.Gore.NewGorePerfect ( Vector2 Position,
Vector2 Velocity,
int Type,
float Scale = 1f )
inlinestaticpackage

Definition at line 1580 of file Gore.cs.

1581 {
1582 //IL_0005: Unknown result type (might be due to invalid IL or missing references)
1583 //IL_0006: Unknown result type (might be due to invalid IL or missing references)
1584 return NewGorePerfect(IEntitySource.GetGoreFallback(), Position, Velocity, Type, Scale);
1585 }
static Gore NewGorePerfect(Vector2 Position, Vector2 Velocity, int Type, float Scale=1f)
Definition Gore.cs:1580
static ? IEntitySource GetGoreFallback()
This object encapsulates context information about the source of a particular spawning event of an It...

References Terraria.DataStructures.IEntitySource.GetGoreFallback(), and Terraria.Gore.NewGorePerfect().

Referenced by Terraria.Projectile.AI_026(), Terraria.Projectile.AI_189_Volcano(), Terraria.GameContent.Drawing.TileDrawing.DrawTiles_EmitParticles(), Terraria.GameContent.Drawing.TileDrawing.EmitLivingTreeLeaf_Below(), Terraria.GameContent.Drawing.TileDrawing.EmitLivingTreeLeaf_Sideways(), Terraria.Gore.NewGorePerfect(), Terraria.GameContent.AmbientWindSystem.SpawnAirborneCloud(), Terraria.GameContent.AmbientWindSystem.SpawnFloorCloud(), and Terraria.NPC.VanillaHitEffect().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: