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

◆ honey()

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

Definition at line 49 of file MapHelper.cs.

50 {
51 if ((misc2 & 0x40) == 64)
52 {
53 return true;
54 }
55 return false;
56 }

References Terraria.Map.MapHelper.OldMapHelper.misc2.

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