VR-Forces 4.2 Class Documentation
warheadDetActDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: warheadDetActDesc.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtWarheadDetonationActuatorDescriptor_H_
16 #define DtWarheadDetonationActuatorDescriptor_H_
17 
19 #include "vrfutil/vlClock.h"
20 #include "vrfutil/rwBoolean.h"
21 
26 {
27 public:
30  DtReaderWriterRegistry * parentRegistry = 0);
31 
35  orig, DtReaderWriterRegistry * parentRegistry = 0);
36 
40 
43 
46  virtual DtString type() const;
47 
48  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
49  = 0) const;
50 
53  virtual bool groundImpactDetonate() const;
54  virtual void setGroundImpactDetonate(bool d);
56 
59  virtual bool waterImpactDetonate() const;
60  virtual void setWaterImpactDetonate(bool d);
62 
65  virtual bool entityImpactDetonate() const;
66  virtual void setEntityImpactDetonate(bool d);
68 
71  virtual bool removeEntityUponDetonation() const;
72  virtual void setRemoveEntityUponDetonation(bool b);
74 
76 
77  virtual bool allowDirectHit() const;
78  virtual void setAllowDirectHit(bool b);
80 
82  static DtComponentDescriptor * creator();
83 
84 private:
87 
88 protected:
89 
93 
99 
105 
111 
116 
124 
126 };
127 
128 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)