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

◆ LookForFriendPlatformGames()

static void ServerAutoFinder.LookForFriendPlatformGames ( )
inlinestaticprivate

Definition at line 24 of file ServerAutoFinder.cs.

25 {
27 if (PlatformUser.GetFriends() != null)
28 {
29 return;
30 }
32 if (array != null)
33 {
34 return;
35 }
36 if (false)
37 {
38 throw new OutOfMemoryException();
39 }
40 if (array != null)
41 {
42 return;
43 }
44 int num = 5000;
45 Thread.Sleep(num);
46 }
static void Sleep(int millisecondsTimeout)
Definition Thread.cs:207
static void CheckThreadTerminiate()
static PlatformUser[] GetFriends()

References System.array, ThreadManager.CheckThreadTerminiate(), PlatformUser.GetFriends(), and System.Threading.Thread.Sleep().