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

◆ SelectionState

Enumerator
Normal 
Highlighted 
Pressed 
Selected 
Disabled 

Definition at line 1048 of file Selectable.cs.

1049 {
1050 [global::Cpp2ILInjected.Token(Token = "0x4000217")]
1051 Normal,
1052 [global::Cpp2ILInjected.Token(Token = "0x4000218")]
1054 [global::Cpp2ILInjected.Token(Token = "0x4000219")]
1055 Pressed,
1056 [global::Cpp2ILInjected.Token(Token = "0x400021A")]
1057 Selected,
1058 [global::Cpp2ILInjected.Token(Token = "0x400021B")]
1059 Disabled
1060 }