Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsActive
bool
ReLogic.Utilities.SlotId.IsActive
get
package
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
}
ReLogic.Utilities.SlotId.IsValid
bool IsValid
Definition
SlotId.cs:17
ReLogic.Utilities.SlotId.Value
readonly uint Value
Definition
SlotId.cs:15
ReLogic
Utilities
SlotId
Generated by
1.10.0