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

◆ CategoryFilter

Enumerator
All 
Weapon 
Armor 
Vanity 
BuildingBlock 
Furniture 
Accessories 
Equipment 
Consumables 
Tools 
Materials 
GameplayItems 
Count 

Definition at line 483 of file GUIItemFilter.cs.

484 {
485 [global::Cpp2ILInjected.Token(Token = "0x40008C6")]
486 All,
487 [global::Cpp2ILInjected.Token(Token = "0x40008C7")]
488 Weapon,
489 [global::Cpp2ILInjected.Token(Token = "0x40008C8")]
490 Armor,
491 [global::Cpp2ILInjected.Token(Token = "0x40008C9")]
492 Vanity,
493 [global::Cpp2ILInjected.Token(Token = "0x40008CA")]
495 [global::Cpp2ILInjected.Token(Token = "0x40008CB")]
496 Furniture,
497 [global::Cpp2ILInjected.Token(Token = "0x40008CC")]
499 [global::Cpp2ILInjected.Token(Token = "0x40008CD")]
500 Equipment,
501 [global::Cpp2ILInjected.Token(Token = "0x40008CE")]
503 [global::Cpp2ILInjected.Token(Token = "0x40008CF")]
504 Tools,
505 [global::Cpp2ILInjected.Token(Token = "0x40008D0")]
506 Materials,
507 [global::Cpp2ILInjected.Token(Token = "0x40008D1")]
509 [global::Cpp2ILInjected.Token(Token = "0x40008D2")]
510 Count
511 }