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

◆ CreateMask() [2/2]

static int System.ComponentModel.InterlockedBitVector32.CreateMask ( int previous)
inlinestatic

Definition at line 39 of file InterlockedBitVector32.cs.

40 {
41 if (previous != 0)
42 {
43 return previous << 1;
44 }
45 return 1;
46 }