VE BlueScript Reference


Back to the index

This document describes the set of procedures and methods that VE implements. Note that the procedures in Standard BlueScript are also available, as well as the optional stdio and fopen functions. This documents describes those procedures and methods that are in addition to the standard ones - i.e. those that are VE-specific.

General Procedures

These procedures provide general functionality.

Vector Procedures

These procedures provide the capability to work with VeVector3-like objects.

Quaternion Procedures

These procedures provide the capability to work with VeQuat-like objects.

Matrix Procedures

These procedures provide the capability to work with VeMatrix4-like objects.

Math Procedures

These procedures provide some basic math functionality.

Event Procedures

These procedures provide the ability to create event objects as well as methods to manipulate event objects.

Frame Procedures

These procedures provide access to VE's frames of reference as well as the means to modify them.

Configuration Procedures

These procedures take over the work that was done by configuration files in earlier versions of VE (VE 2.1.x and earlier). Changing configuration files over to use these new procedures will require some syntactic changes but few major changes.