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
Loading...
Searching...
No Matches

◆ SocketType

Enumerator
Stream 
Dgram 
Raw 
Rdm 
Seqpacket 
Unknown 

Definition at line 7 of file SocketType.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x40010CA")]
10 Stream = 1,
11 [global::Cpp2ILInjected.Token(Token = "0x40010CB")]
12 Dgram,
13 [global::Cpp2ILInjected.Token(Token = "0x40010CC")]
14 Raw,
15 [global::Cpp2ILInjected.Token(Token = "0x40010CD")]
16 Rdm,
17 [global::Cpp2ILInjected.Token(Token = "0x40010CE")]
19 [global::Cpp2ILInjected.Token(Token = "0x40010CF")]
20 Unknown = -1
21 }