Menu
NodeCG LogoNodeCG LogoNodeCGv1.7.0DocsBlog
GitHub
๐ŸŒœ
๐ŸŒž
NodeCG LogoNodeCG LogoNodeCG
  • v1.7.0
  • Docs
  • Blog
  • GitHub
  • Quick Start
    • NodeCG
    • Installing
    • Creating Bundles
  • Guides
    • Concepts and Terminology
    • Manifest
    • Configuration
    • Node Dependencies
    • Bundle Configuration
    • Assets
    • Sounds
    • Replicant Validation
    • Performance
    • Making Dashboard Dialogs
    • Portable NodeCG
  • Advanced
    • Mount folders as endpoints
    • Security & Authentication
    • Testing Graphics
    • Custom Routes
    • Sentry.io
  • Using Frameworks
    • Bundlers
    • TypeScript
    • vue.js
    • p5.js
  • Migrating
    • 0.7 โ†’ 0.8
    • 0.8 โ†’ 0.9
    • 0.9 โ†’ 1.0
  • API Reference
    • NodeCG
    • Replicant
    • readReplicant
    • waitForReplicants
    • sendMessage
    • sendMessageToBundle
    • listenFor
    • unlisten
    • log()
    • Router
    • mount()
    • getDialog
    • getDialogDocument
    • getSocketIOServer()
    • findCue
    • playSound
    • stopAllSounds()
    • stopSound

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#

NameTypeDescription
cueNameString
Edit this page
Last updated on 8/20/2021 by zoton2
Previous
ยซ getSocketIOServer()
Next
playSound ยป
  • Parameters

Docs

  • What is NodeCG
  • Quick Start

Community

  • Discord

Social

  • Blog
  • GitHub
  • Twitter
Copyright (c) 2020 Alex Van Camp, Matthew McNamara, and contributors