terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Classes | |
struct | SoundStyleDefaults |
Public Member Functions | |
SoundID () | |
Static Public Member Functions | |
static string | GetTrackableLegacySoundPath (int id) |
static void | FillAccessMap () |
Properties | |
static int | TrackableLegacySoundCount [get, set] |
Static Private Member Functions | |
static LegacySoundStyle | CreateTrackable (string name, SoundID.SoundStyleDefaults defaults) |
static LegacySoundStyle | CreateTrackable (string name, int variations, SoundID.SoundStyleDefaults defaults) |
static LegacySoundStyle | CreateTrackable (string name, SoundType type=SoundType.Sound) |
static LegacySoundStyle | CreateTrackable (string name, int variations, SoundType type=SoundType.Sound) |
static | SoundID () |
Static Private Attributes | |
static readonly SoundID.SoundStyleDefaults | ItemDefaults |
static List< string > | _trackableLegacySoundPathList |
Definition at line 13 of file SoundID.cs.