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

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

Méthodes publiques

Méthode Description
Start ( IPlayerMod mod, int id, byte data ) : void
Update ( ) : bool
V2A_Sound_Special_Maniac59 ( ushort offset, ushort size, ushort freq1, ushort freq2, ushort step, byte vol ) : System

Method Details

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_Maniac59() public méthode

public V2A_Sound_Special_Maniac59 ( ushort offset, ushort size, ushort freq1, ushort freq2, ushort step, byte vol ) : System
offset ushort
size ushort
freq1 ushort
freq2 ushort
step ushort
vol byte
Résultat System