|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinevirtual |
Allows you to determine what happens when the tile at the given coordinates is killed or hit with a pickaxe. If fail is true, the tile will not be mined; effectOnly makes it so that only dust is created; noItem stops items from dropping.
| i | The x position in tile coordinates. |
| j | The y position in tile coordinates. |
| type | The tile type |
| fail | If true, the tile won't be mined |
| effectOnly | If true, only the dust visuals will happen |
| noItem | If true, the corresponding item won't drop |
Definition at line 87 of file GlobalTile.cs.