Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Decrement()
[4/4]
static ulong System.Threading.Interlocked.Decrement
(
ref ulong
location
)
inline
static
Definition at line
139
of file
Interlocked.cs
.
140
{
141
return
(ulong)
Add
(ref
Unsafe
.As<ulong,
long
>(ref location), -1
L
);
142
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ConsoleKey.L
@ L
System.ConsoleKey.Add
@ Add
References
System.Add
, and
System.L
.
System
Threading
Interlocked
Generated by
1.10.0