|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinevirtual |
Allows you to determine whether this tile glows red when the given player has the Dangersense buff.
Return true to force this behavior, or false to prevent it, overriding vanilla conditions. Returns null by default.
This is only called on the local client.
| i | The x position in tile coordinates. |
| j | The y position in tile coordinates. |
| type | The tile type |
| player | Main.LocalPlayer |
Definition at line 111 of file GlobalTile.cs.