|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
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.
| i | The x position in tile coordinates. |
| j | The y position in tile coordinates. |
| type | The tile type |
| closer |
Definition at line 98 of file GlobalTile.cs.