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

Inheritance: V2A_Sound_Base
Mostrar archivo Open project: scemino/nscumm

Public Methods

Method 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 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

V2A_Sound_Special_Maniac59() public method

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
return System