Scripting metadata

This page goes over the metadata in the script file header.

Metadata item starts with a //@. Example:

This is optional and not required, as there are default values.

//@ author Codera
//@ version 1.0
//@ description A script for testing the API. Includes a test module and a test command.
//@ noSecurity /* Disabling the security mesaures,     */
               /* script might not load due to         */
               /* Unsafe Script support being disabled */

Last updated