C# Class Files.IFF.FWAV

This chunk type holds a null-terminated string that specifies the name of a track/event pair. This chunk type is used by the SimAntics "Play sound event" instruction, which looks up the track/event pair with this name in the EVT files of the game, and then sends the event to the track.
Inheritance: IFFChunk
Afficher le fichier Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Méthodes publiques

Свойство Type Description
TrackEventPair string

Méthodes publiques

Méthode Description
FWAV ( IFFChunk BaseChunk ) : System.IO

Method Details

FWAV() public méthode

public FWAV ( IFFChunk BaseChunk ) : System.IO
BaseChunk IFFChunk
Résultat System.IO

Property Details

TrackEventPair public_oe property

public string TrackEventPair
Résultat string