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

◆ active()

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

Definition at line 22 of file MapHelper.cs.

23 {
24 if ((misc & 1) == 1)
25 {
26 return true;
27 }
28 return false;
29 }

References Terraria.Map.MapHelper.OldMapHelper.misc.

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