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

◆ TrackState

Enumerator
NoTrack 
AboveTrack 
OnTrack 
BelowTrack 
AboveFront 
AboveBack 
OnFront 
OnBack 

Definition at line 932 of file Minecart.cs.

933 {
934 [global::Cpp2ILInjected.Token(Token = "0x40035DB")]
935 NoTrack = -1,
936 [global::Cpp2ILInjected.Token(Token = "0x40035DC")]
938 [global::Cpp2ILInjected.Token(Token = "0x40035DD")]
939 OnTrack,
940 [global::Cpp2ILInjected.Token(Token = "0x40035DE")]
942 [global::Cpp2ILInjected.Token(Token = "0x40035DF")]
944 [global::Cpp2ILInjected.Token(Token = "0x40035E0")]
945 AboveBack,
946 [global::Cpp2ILInjected.Token(Token = "0x40035E1")]
947 OnFront,
948 [global::Cpp2ILInjected.Token(Token = "0x40035E2")]
949 OnBack
950 }