Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetFloorTileType()
static int Terraria.Player.GetFloorTileType
(
int
x
,
int
y
)
inline
static
Definition at line
22833
of file
Player.cs
.
22834
{
22835
return
((
int
?)
GetFloorTile
(x, y)?.
type
) ?? (-1);
22836
}
Terraria.Player.GetFloorTile
static Tile GetFloorTile(int x, int y)
Definition
Player.cs:22803
System.ExceptionArgument.type
@ type
References
System.type
.
Terraria
Player
Generated by
1.10.0