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

◆ WillItBlend()

static bool Terraria.Framing.WillItBlend ( ushort myType,
ushort otherType )
inlinestaticprivate

Definition at line 189 of file Framing.cs.

190 {
192 {
193 return true;
194 }
195 if (Main.tileBrick[myType] && Main.tileBrick[otherType])
196 {
197 return true;
198 }
200 }
static bool[] ForcedDirtMerging
Definition TileID.cs:163
static ushort[] GemsparkFramingTypes
Definition TileID.cs:229

References Terraria.ID.TileID.Sets.ForcedDirtMerging, Terraria.ID.TileID.Sets.GemsparkFramingTypes, and Terraria.Main.tileBrick.

Referenced by Terraria.Framing.SelfFrame8Way().

+ Here is the caller graph for this function: