My Project
Public Member Functions | Public Attributes | List of all members
ParaEngine::SequenceEntity::SequenceItem Struct Reference

a sequence item or command More...

#include <SequenceEntity.h>

Public Member Functions

 SequenceItem (CommandType type)
 

Public Attributes

CommandType m_commandtype
 
Vector3 m_vPos_R
 objective position relative to the last one
 
DVector3 m_vPos
 objective position relative to the start of the sequence. More...
 
float m_fFacing
 objective absolute facing
 
string m_strParam
 any string parameter associated with the command
 
union {
   int   m_nGotoOffset
 
   float   m_fWaitSeconds
 
   float   m_fMoveDistance
 
   DWORD   m_dwValue
 
}; 
 any value type parameter associated with the command
 

Detailed Description

a sequence item or command

Member Data Documentation

§ m_vPos

DVector3 ParaEngine::SequenceEntity::SequenceItem::m_vPos

objective position relative to the start of the sequence.

This value is automatically calculated according to m_vPos_R and should not be assigned by the user.


The documentation for this struct was generated from the following file: