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.
These procedures provide general functionality.
These procedures provide the capability to work with
VeVector3
-like objects.
These procedures provide the capability to work with
VeQuat
-like objects.
These procedures provide the capability to work with
VeMatrix4
-like objects.
These procedures provide some basic math functionality.
These procedures provide the ability to create event objects as well as methods to manipulate event objects.
These procedures provide access to VE's frames of reference as well as the means to modify them.
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.