Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateTrackable()
[4/4]
static
LegacySoundStyle
Terraria.ID.SoundID.CreateTrackable
(
string
name
,
SoundType
type
=
SoundType::Sound
)
inline
static
private
Definition at line
1017
of file
SoundID.cs
.
1018
{
1019
return
CreateTrackable
(name, 1, type);
1020
}
Terraria.ID.SoundID.CreateTrackable
static LegacySoundStyle CreateTrackable(string name, SoundStyleDefaults defaults)
Definition
SoundID.cs:1007
References
Terraria.ID.SoundID.CreateTrackable()
.
Terraria
ID
SoundID
Generated by
1.10.0