Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Decrement()
[3/4]
static uint System.Threading.Interlocked.Decrement
(
ref uint
location
)
inline
static
Definition at line
132
of file
Interlocked.cs
.
133
{
134
return
(uint)
Add
(ref
Unsafe
.As<uint,
int
>(ref location), -1);
135
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ConsoleKey.Add
@ Add
References
System.Add
.
System
Threading
Interlocked
Generated by
1.10.0