terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
LegacySoundStyle (int soundId, int style, SoundType type=SoundType.Sound) | |
LegacySoundStyle (int soundId, int style, int variations, SoundType type=SoundType.Sound) | |
LegacySoundStyle | WithVolume (float volume) |
LegacySoundStyle | WithPitchVariance (float pitchVariance) |
LegacySoundStyle | AsMusic () |
LegacySoundStyle | AsAmbient () |
LegacySoundStyle | AsSound () |
bool | Includes (int soundId, int style) |
override SoundEffect | GetRandomSound () |
float | GetRandomPitch () |
Public Attributes | |
readonly int | Variations |
readonly int | SoundId |
Properties | |
int | Style [get] |
override bool | IsTrackable [get] |
float | Volume [get] |
float | PitchVariance [get] |
SoundType | Type [get] |
Private Member Functions | |
LegacySoundStyle (int soundId, int style, int variations, SoundType type, float volume, float pitchVariance) | |
Static Private Member Functions | |
static | LegacySoundStyle () |
Private Attributes | |
readonly int | _style |
float | _volume |
float | _pitchVariance |
SoundType | _type |
Static Private Attributes | |
static readonly UnifiedRandom | Random |
static UnifiedRandom | _random |
Definition at line 8 of file LegacySoundStyle.cs.