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

◆ KillTile_GetTileDustAmount()

static int Terraria.WorldGen.KillTile_GetTileDustAmount ( bool fail,
Tile tileCache,
int x,
int y )
inlinestatic

Definition at line 60938 of file WorldGen.cs.

60939 {
60941 TileLoader.NumDust(x, y, tileCache.type, fail, ref result);
60942 return result;
60943 }
static void NumDust(int i, int j, int type, bool fail, ref int numDust)
This serves as the central class from which tile-related functions are supported and carried out.
Definition TileLoader.cs:23
static int KillTile_GetTileDustAmount_Vanilla(bool fail, Tile tileCache)

References Terraria.ModLoader.TileLoader.NumDust(), and Terraria.Tile.type.

Referenced by Terraria.NPC.AI_110_Betsy(), Terraria.Projectile.AI_135_OgreStomp(), Terraria.Projectile.CreateGroundExplosion(), Terraria.Projectile.CreateImpactExplosion(), Terraria.Mount.EmitGolfCartWheelDust(), Terraria.Player.MowGrassTile(), and Terraria.Player.PlaceThing_TryReplacingTiles().

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