Skip to content

QueScript / Reference / <stop>

<stop name="(string)"/>

Simple Example

    <stop name="nextCue"/>

Content

  • None

Attributes

  • name = the name of the <que> to stop playing. If no name is set, all other <que>s will be stopped.

Child Commands

  • None

Explained

Stops another <que> inside the same script. If no name is specified, it will stop all running ques. In comparison to <shutdown>, it will stop the ques immediately without any gracefull fadeouts.