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.
Interface
closeScript |
None
None
void
//selects all the bones in the current clip and closes the script selectByType Bone; closeScript; |