Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Decrement()
[2/4]
static long System.Threading.Interlocked.Decrement
(
ref long
location
)
inline
static
Definition at line
25
of file
Interlocked.cs
.
26
{
27
return
Add
(ref location, -1
L
);
28
}
System.ConsoleKey.L
@ L
System.ConsoleKey.Add
@ Add
References
System.Add
, and
System.L
.
System
Threading
Interlocked
Generated by
1.10.0