VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
condExprTypes.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: condExprTypes.h,v $ $Revision: 1.7 $ $State: Exp $
7
*******************************************************************************/
8
11
17
18
#ifndef DtConditionalExpressionTypes_H_
19
#define DtConditionalExpressionTypes_H_
20
21
const
int
MIN_USER_CONDITIONAL_EXPRESSION_TYPE
= 100;
22
24
25
const
int
DtCondExprAndType
= 0;
26
const
int
DtCondExprTrueType
= 1;
27
const
int
DtCondExprFalseType
= 2;
28
const
int
DtCondExprEntityDestroyedType
= 3;
29
const
int
DtCondExprEntityInAreaType
= 4;
30
const
int
DtCondExprEntityLeftOfLineType
= 5;
31
const
int
DtCondExprNotType
= 6;
32
const
int
DtCondExprOrType
= 7;
33
const
int
DtCondExprRandomType
= 8;
34
const
int
DtCondExprResourceType
= 9;
35
const
int
DtCondExprEntityUnderFireType
= 10;
36
const
int
DtCondExprEntityHasTargetType
= 11;
37
const
int
DtCondExprSimTimeType
= 12;
38
const
int
DtCeEntEmbarkationStateChangeType
= 13;
39
const
int
DtCondExprAltitudeType
= 14;
40
const
int
DtCondExprReceiveTextMessageType
= 15;
41
const
int
DtCondExprCheckEntityDetectLevelType
= 16;
42
const
int
DtCondExprSurrenderType
= 17;
43
const
int
DtCeEntDiGuyAppearanceType
= 18;
44
const
int
DtCeEntDiGuyAnimationType
= 19;
45
46
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)