torque Torque Game Engine Documentation
TGE Version 1.5.2

ShapeBase::Thread Struct Reference


Public Types

enum  State {
  Play,
  Stop,
  Pause
}
 State of the animation thread. More...

Data Fields

TSThreadthread
 Pointer to 3space data.
U32 state
 State of the thread.
S32 sequence
 The animation sequence which is running in this thread.
U32 sound
 Handle to sound.
bool atEnd
 Are we at the end of this thread?
bool forward
 Are we playing the thread forward? (else backwards).

Member Enumeration Documentation

State of the animation thread.

Enumerator:
Play 
Stop 
Pause 


Field Documentation

Pointer to 3space data.

State of the thread.

See also:
Thread::State

The animation sequence which is running in this thread.

Handle to sound.

Are we at the end of this thread?

Are we playing the thread forward? (else backwards).




All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with Doxygen