From a9bb35307a2b137ddfee472b0ce0c20abe5c04df Mon Sep 17 00:00:00 2001 From: sZLukas1607 Date: Fri, 29 May 2020 08:53:29 +0200 Subject: [PATCH] --- findCue.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 findCue.md diff --git a/findCue.md b/findCue.md new file mode 100644 index 0000000..3627c02 --- /dev/null +++ b/findCue.md @@ -0,0 +1,6 @@ +(static) findCue(cueName) → {Object|undefined} NodeCG cue object +Returns the sound cue of the provided cueName in the current bundle. Returns undefined if a cue by that name cannot be found in this bundle. +#Parameters +Name Type Description +cueName String +