Field-Map Scripting

4.1.6.2.4 ReleaseSound

ReleaseSound procedure


Prototype:

procedure ReleaseSound(const FilePath: string);

Description:

Releases sound previously loaded by PlaySoundFromFile to save memory.

Syntax:

ReleaseSound(FilePath);


Part

Description


FilePath

A string parameter specifying the full location of the file

Return value:

none




Example:


See also:

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