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

◆ Or() [4/4]

static ulong System.Threading.Interlocked.Or ( ref ulong location1,
ulong value )
inlinestatic

Definition at line 304 of file Interlocked.cs.

305 {
306 return (ulong)Or(ref Unsafe.As<ulong, long>(ref location1), (long)value);
307 }
static int Or(ref int location1, int value)

References System.Threading.Interlocked.Or(), and System.value.