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

◆ water()

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

Definition at line 31 of file MapHelper.cs.

32 {
33 if ((misc & 2) == 2)
34 {
35 return true;
36 }
37 return false;
38 }

References Terraria.Map.MapHelper.OldMapHelper.misc.

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