Properties
Returns the directory in which the script is stored in. Read-only.
- Returns:
- File
Returns the script's preferences, as an object in which data can be stored and retrieved from:
script.preferences.value = 10;Read-only.
- Returns:
- Object
Determines whether the scripts wants to display the progress bar or not. true by default.
- Returns:
- Boolean
Specifies whether the script will be kept alive after the user executes another script.
- Returns:
- Boolean — true if the script will be kept alive, false otherwise
The coordinate system orientation that all coordinates in the current script are specified in, 'top-down' by default.
Set to 'bottom-up' for backward compatibility with scripts written for Scriptographer 2.8 / CS4 and below, where the bottom-up orientation was default.
Note that angles are oriented clockwise in the 'top-down' coordinate system, and counter-clockwise in the 'bottom-up' system.
- Returns:
- String ('top-down', 'bottom-up')
The angle units that all angles in the current script are measured in, 'degrees' by default.
- Returns:
- String ('degrees', 'radians')