TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ FloorVisuals()

virtual void Terraria.ModLoader.ModTile.FloorVisuals ( Player player)
inlinevirtualinherited

Allows you to make something happen when a player stands on this type of tile. For example, you can make the player slide as if on ice.

Parameters
player

Definition at line 511 of file ModTile.cs.

512 {
513 }