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

◆ NearbyEffects()

virtual void Terraria.ModLoader.GlobalTile.NearbyEffects ( int i,
int j,
int type,
bool closer )
inlinevirtual

Allows you to make things happen when the tile is within a certain range of the player (around the same range water fountains and music boxes work). The closer parameter is whether or not the tile is within the range at which things like campfires and banners work.

Parameters
iThe x position in tile coordinates.
jThe y position in tile coordinates.
typeThe tile type
closer

Definition at line 98 of file GlobalTile.cs.

99 {
100 }