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

Inheritance: V2A_Sound_Base
Datei anzeigen Open project: scemino/nscumm

Public Methods

Method Description
Start ( IPlayerMod mod, int id, byte data ) : void
Update ( ) : bool
V2A_Sound_Special_ManiacTentacle ( ushort offset, ushort size, ushort freq1, ushort freq2, ushort step ) : 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_ManiacTentacle() public method

public V2A_Sound_Special_ManiacTentacle ( ushort offset, ushort size, ushort freq1, ushort freq2, ushort step ) : System
offset ushort
size ushort
freq1 ushort
freq2 ushort
step ushort
return System