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

◆ IsActive

bool ReLogic.Utilities.SlotId.IsActive
getpackage

Definition at line 19 of file SlotId.cs.

20 {
21 get
22 {
23 if ((Value & 0x80000000u) != 0)
24 {
25 return IsValid;
26 }
27 return false;
28 }
29 }
readonly uint Value
Definition SlotId.cs:15