findCue
(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 | Name of the sound cue |