From 23ed5b356aa58b3f99d59318713992c527e02090 Mon Sep 17 00:00:00 2001 From: sZLukas1607 Date: Fri, 29 May 2020 08:54:09 +0200 Subject: [PATCH] --- playSound.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 playSound.md diff --git a/playSound.md b/playSound.md new file mode 100644 index 0000000..c03f7e1 --- /dev/null +++ b/playSound.md @@ -0,0 +1,9 @@ +playSound(cueName, *opts) → {Object|undefined} (SoundJS AbstractAudioInstance) +Plays the sound cue of the provided cueName in the current bundle. Does nothing if the cue doesn't exist or if the cue has no assigned file to play. +#Parameters +Name Type Attributes Description +cueName String +opts Object +#Opts +Name Type Attributes Default Description +updateVolume boolean true Whether or not to let NodeCG automatically update this instance's volume when the user changes it on the dashboard.