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

Inheritance: V2A_Sound_Base
Datei anzeigen Open project: scemino/nscumm

Public Methods

Method Description
Start ( IPlayerMod mod, int id, byte data ) : void
Update ( ) : bool
Updatefreq ( ushort &freq, short &step, ushort min, ushort max ) : void
V2A_Sound_Special_Maniac32 ( ushort offset1, ushort size1, ushort offset2, ushort size2, byte vol ) : System

Method Details

Start() public method

public Start ( IPlayerMod mod, int id, byte data ) : void
mod IPlayerMod
id int
data byte
return void

Update() public method

public Update ( ) : bool
return bool

Updatefreq() public method

public Updatefreq ( ushort &freq, short &step, ushort min, ushort max ) : void
freq ushort
step short
min ushort
max ushort
return void

V2A_Sound_Special_Maniac32() public method

public V2A_Sound_Special_Maniac32 ( ushort offset1, ushort size1, ushort offset2, ushort size2, byte vol ) : System
offset1 ushort
size1 ushort
offset2 ushort
size2 ushort
vol byte
return System