torque Torque Game Engine Documentation
TGE Version 1.5.2

Move Struct Reference

#include <moveManager.h>


Public Member Functions

void pack (BitStream *stream)
void unpack (BitStream *stream)
void clamp ()
void unclamp ()

Data Fields

S32 px
S32 py
S32 pz
U32 pyaw
U32 ppitch
U32 proll
F32 x
F32 y
F32 z
F32 yaw
F32 pitch
F32 roll
U32 id
U32 sendCount
bool freeLook
bool trigger [MaxTriggerKeys]


Member Function Documentation

void Move::pack ( BitStream stream  ) 

void Move::unpack ( BitStream stream  ) 

void Move::clamp (  ) 

void Move::unclamp (  ) 


Field Documentation

bool Move::trigger[MaxTriggerKeys]




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