Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Check1x1()
static
void
Terraria.WorldGen.Check1x1
(
int
x
,
int
y
,
int
type
)
inline
static
Definition at line
36274
of file
WorldGen.cs
.
36275
{
36276
if
(Main.tile[x, y + 1] !=
null
)
36277
{
36278
if
(!
SolidTileAllowBottomSlope
(x, y + 1))
36279
{
36280
KillTile
(x, y);
36281
}
36282
if
(
type
== 624 && !
HasValidGroundForAbigailsFlowerBelowSpot
(x, y))
36283
{
36284
KillTile
(x, y);
36285
}
36286
}
36287
}
Terraria.WorldGen.KillTile
static void KillTile(int i, int j, bool fail=false, bool effectOnly=false, bool noItem=false)
Definition
WorldGen.cs:54141
Terraria.WorldGen.HasValidGroundForAbigailsFlowerBelowSpot
static bool HasValidGroundForAbigailsFlowerBelowSpot(int x, int y)
Definition
WorldGen.cs:63124
Terraria.WorldGen.SolidTileAllowBottomSlope
static bool SolidTileAllowBottomSlope(int i, int j)
Definition
WorldGen.cs:60722
System.ExceptionArgument.type
@ type
References
Terraria.Main.tile
, and
System.type
.
Terraria
WorldGen
Generated by
1.10.0