C# Class NScumm.Scumm.Audio.Amiga.V2A_Sound_Special_ManiacTypewriter

Inheritance: V2A_Sound_Base
Afficher le fichier Open project: scemino/nscumm

Méthodes publiques

Méthode Description
Soundon ( ) : void
Start ( IPlayerMod mod, int id, byte data ) : void
Update ( ) : bool
V2A_Sound_Special_ManiacTypewriter ( ushort offset, ushort size, ushort freq, byte vol, byte numdurs, byte durations, bool looped ) : System

Method Details

Soundon() public méthode

public Soundon ( ) : void
Résultat void

Start() public méthode

public Start ( IPlayerMod mod, int id, byte data ) : void
mod IPlayerMod
id int
data byte
Résultat void

Update() public méthode

public Update ( ) : bool
Résultat bool

V2A_Sound_Special_ManiacTypewriter() public méthode

public V2A_Sound_Special_ManiacTypewriter ( ushort offset, ushort size, ushort freq, byte vol, byte numdurs, byte durations, bool looped ) : System
offset ushort
size ushort
freq ushort
vol byte
numdurs byte
durations byte
looped bool
Résultat System