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

◆ Read() [9/13]

static short System.Threading.Volatile.Read ( ref short location)
inlinestatic

Definition at line 110 of file Volatile.cs.

111 {
112 return Unsafe.As<short, VolatileInt16>(ref location).Value;
113 }