Extending ScriptWorx - Predefined Objects

Usage of pre-defined objects.

For each object covered in this help file, there are properties and methods given in the format:

  • property
  • method

To use a property or method, you can use the following syntax:

object.property =

or

object.method();

It is essential to end every line in the script with a semi-colon. If you fail to do this, you may receive a script error or the script may not run at all.