GetSoundPlayers

Revision as of 12:48, 20 May 2016 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns an '''array_var''' containing all object references currently playing the specified '''Sound'''. |name = GetSoundPlayers |retur...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns an array_var containing all object references currently playing the specified Sound.

Syntax

(soundPlayers:array_var) GetSoundPlayers sound:ref

Example

let aSoundPlayers := GetSoundPlayers FXBulletWhiz

See Also