Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateMask()
[2/2]
static int System.ComponentModel.InterlockedBitVector32.CreateMask
(
int
previous
)
inline
static
Definition at line
39
of file
InterlockedBitVector32.cs
.
40
{
41
if
(previous != 0)
42
{
43
return
previous << 1;
44
}
45
return
1;
46
}
System
ComponentModel
InterlockedBitVector32
Generated by
1.10.0