Eyeon:Script/Reference/Libraries/eyeon/exit
From VFXPedia
< Eyeon:Script | Reference | Libraries | eyeon
Contents |
Usage
eyeon.exit(number value)
- value (number, optional)
An exit value for the application.
Returns
This function exits the current application, so it does not return a value.
Remarks
The eyeon.exit function exits the current script. This function is a synonym for os.exit()
Requirements
- eyeonScript 5.0
Examples