TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.DataStructures.EntitySource_TileBreak Class Reference

Used when a tile or wall is broken. More...

+ Inheritance diagram for Terraria.DataStructures.EntitySource_TileBreak:
+ Collaboration diagram for Terraria.DataStructures.EntitySource_TileBreak:

Public Member Functions

 EntitySource_TileBreak (int tileCoordsX, int tileCoordsY, string? context=null)
 

Static Package Functions

static ? IEntitySource GetGoreFallback ()
 
static FallbackSourceRef PushFallback (IEntitySource source)
 

Properties

Point TileCoords [get]
 
string? Context [get]
 Additional context identifier, particularly useful for set bonuses or accessory affects. See T:Terraria.ID.ItemSourceID and T:Terraria.ID.ProjectileSourceID for vanilla uses.
 

Static Private Attributes

static ? IEntitySource _goreFallback
 

Detailed Description

Used when a tile or wall is broken.

Definition at line 6 of file EntitySource_TileBreak.cs.


The documentation for this class was generated from the following file: