|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinevirtual |
Called for every tile that updates due to being placed or being next to a tile that is changed. Return false to stop the game from carrying out its default TileFrame operations. Returns true by default.
| i | The x position in tile coordinates. |
| j | The y position in tile coordinates. |
| type | |
| resetFrame | |
| noBreak |
Definition at line 193 of file GlobalTile.cs.