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

◆ CheckSpawn()

static bool Terraria.Player.CheckSpawn ( int x,
int y )
inlinestatic

Definition at line 55231 of file Player.cs.

55232 {
55233 bool flag = Main.tileSolid[379];
55234 Main.tileSolid[379] = true;
55235 bool result = CheckSpawn_Internal(x, y);
55236 Main.tileSolid[379] = flag;
55237 return result;
55238 }
static bool CheckSpawn_Internal(int x, int y)
Definition Player.cs:55240

References Terraria.Player.CheckSpawn_Internal(), and Terraria.Main.tileSolid.

Referenced by Terraria.Player.Spawn(), Terraria.Player.TileInteractionsUse(), and Terraria.Player.TryFindingShimmerFreeSpot().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: