Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CreateTrackable() [3/4]

static LegacySoundStyle Terraria.ID.SoundID.CreateTrackable ( string name,
SoundStyleDefaults defaults )
inlinestaticprivate

Definition at line 1007 of file SoundID.cs.

1008 {
1009 return CreateTrackable(name, 1, defaults.Type).WithPitchVariance(defaults.PitchVariance).WithVolume(defaults.Volume);
1010 }
static LegacySoundStyle CreateTrackable(string name, SoundStyleDefaults defaults)
Definition SoundID.cs:1007

References Terraria.ID.SoundID.CreateTrackable().

Referenced by Terraria.ID.SoundID.CreateTrackable(), Terraria.ID.SoundID.CreateTrackable(), and Terraria.ID.SoundID.CreateTrackable().