Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Increment()
[4/4]
static ulong System.Threading.Interlocked.Increment
(
ref ulong
location
)
inline
static
Definition at line
125
of file
Interlocked.cs
.
126
{
127
return
Add
(ref location, 1uL);
128
}
System.ConsoleKey.Add
@ Add
References
System.Add
.
System
Threading
Interlocked
Generated by
1.10.0