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 +