tModLoader v2024.04
A mod to make and play Terraria mods
EntitySource_TileUpdate Class Reference

Intended for mods to use when a tile spawns an entity due to periodic/random updating, rather than in response to a specific trigger. More...

Inherits AEntitySource_Tile.

Public Member Functions

 EntitySource_TileUpdate (int tileCoordsX, int tileCoordsY, string? context=null)
 
- Public Member Functions inherited from AEntitySource_Tile
 AEntitySource_Tile (int tileCoordsX, int tileCoordsY, string? context)
 

Additional Inherited Members

- Properties inherited from AEntitySource_Tile
string? Context [get]
 Additional context identifier, particularly useful for set bonuses or accessory affects. See ItemSourceID and ProjectileSourceID for vanilla uses More...
 
Point TileCoords [get]
 
- Properties inherited from IEntitySource
string? Context [get]
 Additional context identifier, particularly useful for set bonuses or accessory affects. See ItemSourceID and ProjectileSourceID for vanilla uses More...
 

Detailed Description

Intended for mods to use when a tile spawns an entity due to periodic/random updating, rather than in response to a specific trigger.