|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinevirtual |
Allows you to customize whether this tile glows sightColor while the local player has the Biome Sight buff.
Return true to force this behavior, or false to prevent it, overriding vanilla conditions and colors. 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 |
| sightColor | The color this tile should glow with, which defaults to P:Microsoft.Xna.Framework.Color.White. |
Definition at line 125 of file GlobalTile.cs.