Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Increment()
[3/4]
static uint System.Threading.Interlocked.Increment
(
ref uint
location
)
inline
static
Definition at line
118
of file
Interlocked.cs
.
119
{
120
return
Add
(ref location, 1u);
121
}
System.ConsoleKey.Add
@ Add
References
System.Add
.
System
Threading
Interlocked
Generated by
1.10.0