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

◆ CanPlaceNextToNonSolidTile

bool [] Terraria.ID.TileID.Sets.CanPlaceNextToNonSolidTile = Factory.CreateBoolSet(false, 51, 330, 331, 332, 333, 336, 340, 341, 342, 343, 344, 351, 379)
static

Allows tiles to be placed next to any tile or wall. (Tiles normally need a F:Terraria.Main.tileSolid tile, F:Terraria.ID.TileID.Rope tile, F:Terraria.ID.TileID.Sets.IsBeam tile, or a wall adjacent to the target position to be placeable.)
Used by: Cobweb, Coin Piles, Living Fire Blocks, Smoke Blocks, Bubble Blocks

Definition at line 487 of file TileID.cs.

Referenced by Terraria.Player.PlaceThing_Tiles_BlockPlacementForAssortedThings().