tModLoader
v0.11.8.9
A mod to make and play Terraria mods
Toggle main menu visibility
Main Page
Packages
Package List
Package Members
All
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Properties
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Files
File List
File Members
All
Typedefs
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
EquipType.cs
Go to the documentation of this file.
1
namespace
Terraria.ModLoader
2
{
6
public
enum
EquipType
7
{
8
Head
,
9
Body
,
10
Legs
,
11
HandsOn
,
12
HandsOff
,
13
Back
,
14
Front
,
15
Shoes
,
16
Waist
,
17
Wings
,
18
Shield
,
19
Neck
,
20
Face
,
21
Balloon
22
}
23
}
Terraria.ModLoader
Definition:
AutoloadEquip.cs:4
Terraria.ModLoader.EquipType
EquipType
This is an enum of all the types of equipment that exist. An equipment type is defined as a type or l...
Definition:
EquipType.cs:7
Terraria.ModLoader.EquipType.Back
@ Back
Terraria.ModLoader.EquipType.Legs
@ Legs
Terraria.ModLoader.EquipType.Balloon
@ Balloon
Terraria.ModLoader.EquipType.Front
@ Front
Terraria.ModLoader.EquipType.HandsOn
@ HandsOn
Terraria.ModLoader.EquipType.Neck
@ Neck
Terraria.ModLoader.EquipType.Wings
@ Wings
Terraria.ModLoader.EquipType.HandsOff
@ HandsOff
Terraria.ModLoader.EquipType.Face
@ Face
Terraria.ModLoader.EquipType.Shield
@ Shield
Terraria.ModLoader.EquipType.Head
@ Head
Terraria.ModLoader.EquipType.Shoes
@ Shoes
Terraria.ModLoader.EquipType.Body
@ Body
Terraria.ModLoader.EquipType.Waist
@ Waist
patches
tModLoader
Terraria.ModLoader
EquipType.cs
Generated by
1.9.4