|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for ServerAutoFinder:Classes | |
| class | SearchServerResult |
Static Public Member Functions | |
| static void | UpdateResults () |
| static void | StartSearching () |
| static void | StopSearching () |
Static Public Attributes | |
| static List< ServerAutoFinder.SearchServerResult > | Results |
Static Private Member Functions | |
| static void | BroadcastRecieveThread () |
| static void | LookForFriendPlatformGames () |
| static | ServerAutoFinder () |
Static Private Attributes | |
| const SocketOptionName | OnlyAllowIPv6 = SocketOptionName.IPv6Only |
| static UdpClient | broadcastPort |
| static ManagedThread | broadcastThread |
| static ManagedThread | platformFriendGamesThread |
| static List< ServerAutoFinder.SearchServerResult > | TempResults |
| static List< ServerAutoFinder.SearchServerResult > | FriendResults |
| static DateTime | LastListUpdate |
Definition at line 12 of file ServerAutoFinder.cs.