Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CheckSpawn()
static
bool
Terraria.Player.CheckSpawn
(
int
x
,
int
y
)
inline
static
Definition at line
51050
of file
Player.cs
.
51051
{
51052
bool
flag = Main.tileSolid[379];
51053
Main.tileSolid[379] =
true
;
51054
bool
result =
CheckSpawn_Internal
(x, y);
51055
Main.tileSolid[379] = flag;
51056
return
result;
51057
}
Terraria.Player.CheckSpawn_Internal
static bool CheckSpawn_Internal(int x, int y)
Definition
Player.cs:51059
References
Terraria.Main.tileSolid
.
Terraria
Player
Generated by
1.10.0