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

◆ GetUInt16Value()

ushort System.Threading.LowLevelLifoSemaphore.Counts.GetUInt16Value ( byte shift)
inlineprivate

Definition at line 46 of file LowLevelLifoSemaphore.cs.

47 {
48 return (ushort)(_data >> (int)shift);
49 }

References System.Threading.LowLevelLifoSemaphore.Counts._data.