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

◆ FloorVisuals()

virtual void Terraria.ModLoader.GlobalTile.FloorVisuals ( int type,
Player player )
inlinevirtual

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

Parameters
type
player

Definition at line 291 of file GlobalTile.cs.

292 {
293 }