StopTrackedSound

From OxeyeWiki

Revision as of 13:42, 18 January 2010 by Thewreck (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

audio.stopTrackedSound(soundId)

Stops a tracked sound based on the soundId.

Parameter Expected Type Description
soundId A number The id number returned by daisy.startTrackedSound
Returns

Returns nothing.

Daisymoon Audio Lib

Example

   local mySound = audio.startTrackedSound("bulletSwish.wav")
   audio.stopTrackedSound(mySound)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox