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

◆ wall()

bool Terraria.Map.MapHelper.OldMapHelper.wall ( )
inline

Definition at line 67 of file MapHelper.cs.

68 {
69 if ((misc & 0x10) == 16)
70 {
71 return true;
72 }
73 return false;
74 }

References Terraria.Map.MapHelper.OldMapHelper.misc.

Referenced by Terraria.Map.MapHelper.LoadMapVersion1().