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

Inheritance: V2A_Sound_Base
Datei anzeigen Open project: scemino/nscumm

Public Methods

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

public Soundon ( ) : void
return void

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_ManiacTypewriter() public method

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