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 }
class f__AnonymousType0<< Count > j__TPar
Thread listenerThread
Definition Server.cs:179