Field-Map Scripting

4.1.6.2.3 PlaySoundFromLibrary

PlaySoundFromLibrary procedure


Prototype:

procedure PlaySoundFromLibrary(IDSound: integer);

Description:

The PlaySoundFromLibrary procedure plays the specified sound file.

Syntax:

PlaySoundFromLibrary(SoundID);


Part

Description


SoundID

An integer parameter specifying which sound from the library will be played

Return value:

none



Example:



See also:

Beep; PlaySoundFromFile; PlaySoundFromLibrary; ReleaseSound; SwitchSoundsOff; SwitchSoundsOn; Speak