terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ CategoryFilter

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

Definition at line 350 of file GUIItemFilter.cs.

351 {
352 // Token: 0x040008C6 RID: 2246
353 All,
354 // Token: 0x040008C7 RID: 2247
355 Weapon,
356 // Token: 0x040008C8 RID: 2248
357 Armor,
358 // Token: 0x040008C9 RID: 2249
359 Vanity,
360 // Token: 0x040008CA RID: 2250
362 // Token: 0x040008CB RID: 2251
363 Furniture,
364 // Token: 0x040008CC RID: 2252
366 // Token: 0x040008CD RID: 2253
367 Equipment,
368 // Token: 0x040008CE RID: 2254
370 // Token: 0x040008CF RID: 2255
371 Tools,
372 // Token: 0x040008D0 RID: 2256
373 Materials,
374 // Token: 0x040008D1 RID: 2257
376 // Token: 0x040008D2 RID: 2258
377 Count
378 }