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

◆ Or() [3/4]

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

Definition at line 278 of file Interlocked.cs.

279 {
280 return (uint)Or(ref Unsafe.As<uint, int>(ref location1), (int)value);
281 }
static int Or(ref int location1, int value)

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