VR-Forces 4.1.1 Class Documentation
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 
22 
24 
25 const int DtCondExprAndType = 0;
26 const int DtCondExprTrueType = 1;
27 const int DtCondExprFalseType = 2;
31 const int DtCondExprNotType = 6;
32 const int DtCondExprOrType = 7;
33 const int DtCondExprRandomType = 8;
34 const int DtCondExprResourceType = 9;
37 const int DtCondExprSimTimeType = 12;
39 const int DtCondExprAltitudeType = 14;
42 const int DtCondExprSurrenderType = 17;
45 
46 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)