IsSoundPlaying

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns 1 if the specified Sound is currently being played by the passed objectRef (optional) or, if the latter was not specified, by ANY Object.

Syntax

[help]
(soundPlaying:0/1) IsSoundPlaying sound:ref objectRef:ref

Example

set bSoundPlaying to IsSoundPlaying EMTMedicalBeep01
set bSoundPlaying to IsSoundPlaying NPCBarkScorpionClaws vGSBarkScorp01Ref 

See Also