C# Class NScumm.Scumm.Audio.IMuse.IMuseDigital.IMuseDigital.ImuseComiTable

Afficher le fichier Open project: scemino/nscumm

Méthodes publiques

Свойство Type Description
AttribPos byte
FadeOutDelay short
Filename string
HookId byte
Name string
SoundId short
TransitionType byte

Méthodes publiques

Méthode Description
ImuseComiTable ( byte transitionType, short soundId, string name, byte attribPos, byte hookId, short fadeOutDelay, string filename )

Method Details

ImuseComiTable() public méthode

public ImuseComiTable ( byte transitionType, short soundId, string name, byte attribPos, byte hookId, short fadeOutDelay, string filename )
transitionType byte
soundId short
name string
attribPos byte
hookId byte
fadeOutDelay short
filename string

Property Details

AttribPos public_oe property

public byte AttribPos
Résultat byte

FadeOutDelay public_oe property

public short FadeOutDelay
Résultat short

Filename public_oe property

public string Filename
Résultat string

HookId public_oe property

public byte HookId
Résultat byte

Name public_oe property

public string Name
Résultat string

SoundId public_oe property

public short SoundId
Résultat short

TransitionType public_oe property

public byte TransitionType
Résultat byte