Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Write()
[9/13]
static void System.Threading.Volatile.Write
(
ref
short
location
,
short
value
)
inline
static
Definition at line
117
of file
Volatile.cs
.
118
{
119
Unsafe
.As<
short
, VolatileInt16>(ref location).Value =
value
;
120
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
short
System.ExceptionArgument.value
@ value
References
System.value
.
System
Threading
Volatile
Generated by
1.10.0