C# Class Terraria.ModLoader.SoundLoader

Afficher le fichier Open project: bluemagic123/tModLoader Class Usage Examples

Méthodes publiques

Méthode Description
GetSoundSlot ( SoundType type, string sound ) : int

Private Methods

Méthode Description
GetLegacySoundSlot ( SoundType type, string sound ) : LegacySoundStyle
GetNumVanilla ( SoundType type ) : int
GetSoundArray ( SoundType type ) : Microsoft.Xna.Framework.Audio.SoundEffect[]
GetSoundInstanceArray ( SoundType type ) : Microsoft.Xna.Framework.Audio.SoundEffectInstance[]
PlayModSound ( int type, int style, float volume, float pan, SoundEffectInstance &soundEffectInstance ) : bool
ReserveSoundID ( SoundType type ) : int
ResizeAndFillArrays ( ) : void
SoundCount ( SoundType type ) : int
SoundLoader ( ) : System
Unload ( ) : void

Method Details

GetSoundSlot() public static méthode

public static GetSoundSlot ( SoundType type, string sound ) : int
type SoundType
sound string
Résultat int