tModLoader v0.11.8.9
A mod to make and play Terraria mods
EquipType.cs File Reference

Go to the source code of this file.

Namespaces

namespace  Terraria
 
namespace  Terraria.ModLoader
 

Enumerations

enum  Terraria.ModLoader.EquipType {
  Terraria.ModLoader.Head , Terraria.ModLoader.Body , Terraria.ModLoader.Legs , Terraria.ModLoader.HandsOn ,
  Terraria.ModLoader.HandsOff , Terraria.ModLoader.Back , Terraria.ModLoader.Front , Terraria.ModLoader.Shoes ,
  Terraria.ModLoader.Waist , Terraria.ModLoader.Wings , Terraria.ModLoader.Shield , Terraria.ModLoader.Neck ,
  Terraria.ModLoader.Face , Terraria.ModLoader.Balloon
}
 This is an enum of all the types of equipment that exist. An equipment type is defined as a type or layer of texture that is drawn on the player (for example, body and shield and wings). More...