| DtFormationQueryResult::DtFormationQueryResult |
( |
| ) |
|
| virtual DtFormationQueryResult::~DtFormationQueryResult |
( |
| ) |
|
|
virtual |
| virtual void DtFormationQueryResult::setEntity |
( |
const DtUUID & |
entity | ) |
|
|
virtual |
| virtual const DtUUID& DtFormationQueryResult::entity |
( |
| ) |
const |
|
virtual |
| virtual void DtFormationQueryResult::setPosition |
( |
const DtVector & |
position | ) |
|
|
virtual |
Position of entity in body coordinates of aggregate.
| virtual const DtVector& DtFormationQueryResult::position |
( |
| ) |
const |
|
virtual |
| virtual void DtFormationQueryResult::setLeadingEntity |
( |
const DtUUID & |
entity | ) |
|
|
virtual |
Entity this entity is 'following' in formation (may be an emtpy string, for overall leader in formation – the overall leader isn't following anyone).
| virtual const DtUUID& DtFormationQueryResult::leadingEntity |
( |
| ) |
const |
|
virtual |
| virtual void DtFormationQueryResult::setFollowOffset |
( |
const DtVector & |
followOffset | ) |
|
|
virtual |
Offset relative to leading entity, in body coordinates of leading entity.
| virtual const DtVector& DtFormationQueryResult::followOffset |
( |
| ) |
const |
|
virtual |
| virtual void DtFormationQueryResult::setOffsetFromFormationLeader |
( |
const DtVector & |
formationOffset | ) |
|
|
virtual |
Offset relative to the formation leader, i.e. the one with the lowest position index in the formation state.
| virtual const DtVector& DtFormationQueryResult::offsetFromFormationLeader |
( |
| ) |
const |
|
virtual |
| virtual void DtFormationQueryResult::setFormationLeader |
( |
const DtUUID & |
leader | ) |
|
|
virtual |
The leader of the formation. Note that it is possible for none of the subordinates to have promotion ID 0 (e.g. that subordinate was destroyed and the unit has not reorganized), so this is not necessarily the subordinate with promotion ID 0.
| virtual const DtUUID& DtFormationQueryResult::formationLeader |
( |
| ) |
const |
|
virtual |
| virtual void DtFormationQueryResult::setPositionIndex |
( |
int |
positionIndex | ) |
|
|
virtual |
| virtual int DtFormationQueryResult::positionIndex |
( |
| ) |
const |
|
virtual |
| virtual void DtFormationQueryResult::setSubordinateFormation |
( |
const DtString & |
formationName | ) |
|
|
virtual |
The name of the formation that a sub-aggregate in this formation position should assume.
| virtual DtString DtFormationQueryResult::subordinateFormation |
( |
| ) |
const |
|
virtual |
The name of the formation that a sub-aggregate in this formation position should assume.
| DtUUID DtFormationQueryResult::myEntity |
|
protected |
| DtVector DtFormationQueryResult::myPosition |
|
protected |
| DtUUID DtFormationQueryResult::myLeadingEntity |
|
protected |
| DtVector DtFormationQueryResult::myFollowOffset |
|
protected |
| DtVector DtFormationQueryResult::myFormationLeaderOffset |
|
protected |
| DtUUID DtFormationQueryResult::myFormationLeader |
|
protected |
| int DtFormationQueryResult::myPositionIndex |
|
protected |
| DtString DtFormationQueryResult::mySubordinateFormation |
|
protected |
The documentation for this class was generated from the following file: