Animation Variables
[Predefined Variables]


Variables

scalar dTime
 The time elapsed in seconds since the last execution of the script in animation mode.
scalar Time
 The time elapsed in seconds since the start of the animation.

Detailed Description

The variables in this section only take on useful values during the animation of a script.

Variable Documentation

scalar dTime
 

The time elapsed in seconds since the last execution of the script in animation mode.

Since:
v1.0
The precision of the value given is one millisecond.

scalar Time
 

The time elapsed in seconds since the start of the animation.

Since:
v1.0
The precision of the value given is one millisecond.