Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

Description

Closes the script in which it is used or the script currently loaded into the script editor.

A Save prompt is displayed if changes to the script have not been saved.

Functional area

Interface

Command syntax

Syntax

closeScript

Arguments

None

Flags

None

Return value

void

Examples

//selects all the bones in the current clip and closes the script
selectByType Bone;
closeScript;

Additional information

Related commands

  • No labels