Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
UseGlobalLock
bool
System.Diagnostics.Trace.UseGlobalLock
static
get
set
Definition at line
33
of file
Trace.cs
.
34
{
35
get
36
{
37
return
TraceInternal.UseGlobalLock;
38
}
39
set
40
{
41
TraceInternal.UseGlobalLock =
value
;
42
}
43
}
System.ExceptionArgument.value
@ value
System
Diagnostics
Trace
Generated by
1.10.0