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
Show file Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property Type Description
TrackEventPair string

Public Methods

Method Description
FWAV ( IFFChunk BaseChunk ) : System.IO

Method Details

FWAV() public method

public FWAV ( IFFChunk BaseChunk ) : System.IO
BaseChunk IFFChunk
return System.IO

Property Details

TrackEventPair public property

public string TrackEventPair
return string