Go to the source code of this file.
Detailed Description
Variable Documentation
| const int MIN_USER_CONDITIONAL_EXPRESSION_TYPE = 100 |
File: condExprTypes.h.
Purpose: Define constants for conditional expression types.
| const int DtCondExprAndType = 0 |
Used to identify the derived type of DtConditionalExpression classes.
| const int DtCondExprTrueType = 1 |
| const int DtCondExprFalseType = 2 |
| const int DtCondExprEntityDestroyedType = 3 |
| const int DtCondExprEntityInAreaType = 4 |
| const int DtCondExprEntityLeftOfLineType = 5 |
| const int DtCondExprNotType = 6 |
| const int DtCondExprOrType = 7 |
| const int DtCondExprRandomType = 8 |
| const int DtCondExprResourceType = 9 |
| const int DtCondExprEntityUnderFireType = 10 |
| const int DtCondExprEntityHasTargetType = 11 |
| const int DtCondExprSimTimeType = 12 |
| const int DtCeEntEmbarkationStateChangeType = 13 |
| const int DtCondExprAltitudeType = 14 |
| const int DtCondExprReceiveTextMessageType = 15 |
| const int DtCondExprCheckEntityDetectLevelType = 16 |
| const int DtCondExprSurrenderType = 17 |
| const int DtCeEntDiGuyAppearanceType = 18 |
| const int DtCeEntDiGuyAnimationType = 19 |
| const int DtCondExprMissileApproachWarningType = 20 |
| const int DtCondExprScenarioEventType = 21 |
| const int DtCondExprSimDateTimeType = 22 |
| const int DtCondExprBreachedType = 23 |
| const int DtCondExprEnvironmentalActiveType = 24 |
| const int DtCondExprEntityCreatedType = 25 |
| const int DtCondExprEntityIndependentlyTaskedType = 26 |