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
SoundType.cs
Go to the documentation of this file.
1
namespace
Terraria.ModLoader
2
{
3
/*
4
* in Vanilla SoundID.cs
5
public const int Item = 2;
6
public const int NPCHit = 3;
7
public const int NPCKilled = 4;
8
*/
12
public
enum
SoundType
13
{
14
Item
= 2,
15
NPCHit
= 3,
16
NPCKilled
= 4,
17
Custom
= 50,
18
Music
= 51
19
}
20
}
Terraria.ModLoader
Definition:
AutoloadEquip.cs:4
Terraria.ModLoader.PrefixCategory.Custom
@ Custom
Will not appear by default. Useful as prefixes for your own damage type.
Terraria.ModLoader.SoundType
SoundType
This is an enum of the types of sound you can add to the game. This is used for determining whether a...
Definition:
SoundType.cs:13
Terraria.ModLoader.SoundType.NPCHit
@ NPCHit
Terraria.ModLoader.SoundType.Music
@ Music
Terraria.ModLoader.SoundType.Item
@ Item
Terraria.ModLoader.SoundType.NPCKilled
@ NPCKilled
patches
tModLoader
Terraria.ModLoader
SoundType.cs
Generated by
1.9.4