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

◆ Write() [9/13]

static void System.Threading.Volatile.Write ( ref short location,
short value )
inlinestatic

Definition at line 117 of file Volatile.cs.

118 {
119 Unsafe.As<short, VolatileInt16>(ref location).Value = value;
120 }

References System.value.