ddoc-VU-Entity-support-classes
 
Global Memory Table of Content Index Class Tree 
Previous Next

VU_ENTITYTYPE

struct VuEntityType {
  ushort id_;
  ushort collisionType_;
  SM_SCALAR collisionRadius_;
  VU_BYTE classInfo_[CLASS_NUM_BYTES];
  VU_TIME updateRate_;
  VU_TIME updateTolerance_;
  SM_SCALAR fineUpdateRange_;   // max distance to send position updates
  SM_SCALAR fineUpdateForceRange_; // distance to force position updates
  SM_SCALAR fineUpdateMultiplier_; // multiplier for noticing position updates
  VU_DAMAGE damageSeed_;
  int hitpoints_;
  ushort majorRevisionNumber_;
  ushort minorRevisionNumber_;
  ushort createPriority_;
  VU_BYTE managementDomain_;
  VU_BOOL transferable_;
  VU_BOOL private_;
  VU_BOOL tangible_;
  VU_BOOL collidable_;
  VU_BOOL global_;
  VU_BOOL persistent_;
};