terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
Active
bool Telepathy.Server.Active
get
Definition at line
35
of file
Server.cs
.
36
{
37
get
38
{
39
Thread
thread = this.
listenerThread
;
40
bool
isAlive
;
41
if
(thread !=
null
)
42
{
43
isAlive
= thread.
IsAlive
;
44
return
isAlive
;
45
}
46
return
isAlive
;
47
}
48
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Threading.Thread.IsAlive
bool IsAlive
Definition
Thread.cs:437
System.Threading.Thread
Definition
Thread.cs:15
Telepathy.Server.listenerThread
Thread listenerThread
Definition
Server.cs:179
Telepathy
Server
Generated by
1.10.0