15 #ifndef DtWarheadDetonationActuatorDescriptor_H_
16 #define DtWarheadDetonationActuatorDescriptor_H_
54 virtual bool groundImpactDetonate()
const;
55 virtual void setGroundImpactDetonate(
bool d);
60 virtual bool waterImpactDetonate()
const;
61 virtual void setWaterImpactDetonate(
bool d);
66 virtual bool entityImpactDetonate()
const;
67 virtual void setEntityImpactDetonate(
bool d);
72 virtual bool detonateOnMiss()
const;
73 virtual void setDetonateOnMiss(
bool d);
78 virtual double missDetonationDistance()
const;
79 virtual void setMissDetonationDistance(
double d);
84 virtual bool removeEntityUponDetonation()
const;
85 virtual void setRemoveEntityUponDetonation(
bool b);
90 virtual bool allowDirectHit()
const;
91 virtual void setAllowDirectHit(
bool b);
96 virtual bool specifyMuntionType()
const;
97 virtual void setSpecifyMunitionType(
bool b);
102 virtual const DtEntityType& munitionType()
const;
103 virtual void setMunitionType(
const DtEntityType& mtype);
DtRwEntityType myMunitionType
Parameter Name: munition-type Parameter Description: Munition type to use in detonation interaction...
Definition: warheadDetonationActuatorDescriptor.h:171
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
End User Description: DtActuatorComponentDescriptor contains parameters common to all actuator compon...
Definition: actuatorComponentDescriptor.h:47
DtRwBoolean myEntityImpactDetonate
Parameter Name: detonate-on-entity-impact Parameter Description: True if this warhead will detonate u...
Definition: warheadDetonationActuatorDescriptor.h:135
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtRwBoolean myAllowDirectHit
Parameter Name: allow-direct-hit Parameter Description: If true, then the warhead will produce a dire...
Definition: warheadDetonationActuatorDescriptor.h:161
DtRwBoolean myDetonateOnMiss
Parameter Name: detonate-on-miss Parameter Description: True if this warhead will detonate if it fail...
Definition: warheadDetonationActuatorDescriptor.h:141
DtRwBoolean myGroundImpactDetonate
Parameter Name: detonate-on-ground-impact Parameter Description: True if warhead will detonate upon c...
Definition: warheadDetonationActuatorDescriptor.h:123
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
File: rwEntType.h.
Definition: rwEntityType.h:23
DtWarheadDetonationActuatorDescriptor; descriptor for the DtWarheadDetonationActuator component...
Definition: warheadDetonationActuatorDescriptor.h:26
static DtComponentDescriptor * creator()
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtRwBoolean myWaterImpactDetonate
Parameter Name: detonate-on-water-impact Parameter Description: True if warhead will detonate upon co...
Definition: warheadDetonationActuatorDescriptor.h:129
DtRwBoolean mySpecifyMunitionType
Parameter Name: specify-munition-type Parameter Description: If true, then use the munition type from...
Definition: warheadDetonationActuatorDescriptor.h:166
DtRwBoolean myRemoveOnDetonation
Parameter Name: remove-on-detonation Parameter Description: True if you want to have the entity remov...
Definition: warheadDetonationActuatorDescriptor.h:153
DtRwReal myMissDetonationDistance
Parameter Name: miss-detonation-distance Parameter Description: If detonate-on-miss is true...
Definition: warheadDetonationActuatorDescriptor.h:148