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

◆ NodeType

Enumerator
DT_UNKNOWN 
DT_FIFO 
DT_CHR 
DT_DIR 
DT_BLK 
DT_REG 
DT_LNK 
DT_SOCK 
DT_WHT 

Definition at line 934 of file Interop.cs.

935 {
936 [global::Cpp2ILInjected.Token(Token = "0x4000057")]
938 [global::Cpp2ILInjected.Token(Token = "0x4000058")]
939 DT_FIFO,
940 [global::Cpp2ILInjected.Token(Token = "0x4000059")]
941 DT_CHR,
942 [global::Cpp2ILInjected.Token(Token = "0x400005A")]
943 DT_DIR = 4,
944 [global::Cpp2ILInjected.Token(Token = "0x400005B")]
945 DT_BLK = 6,
946 [global::Cpp2ILInjected.Token(Token = "0x400005C")]
947 DT_REG = 8,
948 [global::Cpp2ILInjected.Token(Token = "0x400005D")]
949 DT_LNK = 10,
950 [global::Cpp2ILInjected.Token(Token = "0x400005E")]
951 DT_SOCK = 12,
952 [global::Cpp2ILInjected.Token(Token = "0x400005F")]
953 DT_WHT = 14
954 }