Eyeon:Script/Reference/Libraries/eyeon/exit

From VFXPedia

Jump to: navigation, search


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




Tips for exit (edit)

EyeonTips:Script/Reference/Libraries/eyeon/exit