My Project
|
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 | |
a sequence item or command
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.