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
Terraria.ID.ContentSamples.CreativeHelper Class Reference
+ Collaboration diagram for Terraria.ID.ContentSamples.CreativeHelper:

Classes

struct  ItemGroupAndOrderInGroup
 

Public Types

enum  ItemGroup {
  Coin = 10 , CraftingObjects , Torches = 20 , Glowsticks = 25 ,
  Wood = 30 , Bombs = 40 , LifePotions = 50 , ManaPotions ,
  BuffPotion , Flask , Food , Crates = 60 ,
  BossBags = 70 , GoodieBags = 80 , AlchemyPlants = 83 , AlchemySeeds ,
  DyeMaterial = 87 , BossItem = 90 , EventItem , ConsumableThatDoesNotDamage = 94 ,
  Solutions , Ammo , ConsumableThatDamages , PlacableObjects = 100 ,
  Blocks = 120 , Wands = 130 , Rope = 140 , Walls = 150 ,
  Wiring = 200 , Pickaxe = 500 , Axe = 510 , Hammer = 520 ,
  MeleeWeapon = 530 , RangedWeapon = 540 , MagicWeapon = 550 , SummonWeapon = 560 ,
  Headgear = 600 , Torso = 610 , Pants = 620 , Accessories = 630 ,
  Hook = 700 , Mount = 710 , Minecart = 720 , VanityPet = 800 ,
  LightPet = 810 , Golf = 900 , BossSpawners , Dye = 910 ,
  HairDye = 920 , Paint = 930 , FishingRods = 1000 , FishingQuestFish = 1010 ,
  Fish = 1015 , FishingBait = 1020 , Critters = 1030 , Keys = 2000 ,
  RemainingUseItems = 5000 , Material = 10000 , EverythingElse = 11000
}
 

Static Public Member Functions

static ContentSamples.CreativeHelper.ItemGroup GetItemGroup (Item item, out int orderInGroup)
 
static void SetCreativeMenuOrder ()
 
static bool ShouldRemoveFromList (Item item)
 

Static Public Attributes

static List< int > _manualCraftingStations
 

Static Private Member Functions

static CreativeHelper ()
 

Static Private Attributes

static List< int > _manualEventItemsOrder
 
static List< int > _manualBossSpawnItemsOrder
 
static List< int > _manualGolfItemsOrder
 

Detailed Description

Definition at line 338 of file ContentSamples.cs.


The documentation for this class was generated from the following file: