Skip to content

QS1 shutdown cmd

maybites edited this page Sep 12, 2022 · 1 revision

home/reference v1.x/<shutdown>

<shutdown name="(string)"/>

Simple Example

<shutdown name="nextCue"/>

Content

  • None

Attributes

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

Child Commands

  • None

Explained

Shutdown another <que> inside the same script. If no name is specified, it will shutdown all running ques. In comparison to <stop>, this will allow the running animations inside the que's to fadeout gracefully.

Clone this wiki locally