Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Write()
[4/13]
static void System.Threading.Volatile.Write
(
ref float
location
,
float
value
)
inline
static
Definition at line
189
of file
Volatile.cs
.
190
{
191
Unsafe
.As<float, VolatileSingle>(ref location).Value =
value
;
192
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Threading
Volatile
Generated by
1.10.0