15 #ifndef DtWarheadDetonationActuatorDescriptor_H_
16 #define DtWarheadDetonationActuatorDescriptor_H_
53 virtual bool groundImpactDetonate()
const;
54 virtual void setGroundImpactDetonate(
bool d);
59 virtual bool waterImpactDetonate()
const;
60 virtual void setWaterImpactDetonate(
bool d);
65 virtual bool entityImpactDetonate()
const;
66 virtual void setEntityImpactDetonate(
bool d);
71 virtual bool detonateOnMiss()
const;
72 virtual void setDetonateOnMiss(
bool d);
77 virtual double missDetonationDistance()
const;
78 virtual void setMissDetonationDistance(
double d);
83 virtual bool removeEntityUponDetonation()
const;
84 virtual void setRemoveEntityUponDetonation(
bool b);
89 virtual bool allowDirectHit()
const;
90 virtual void setAllowDirectHit(
bool b);
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:122
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:148
DtRwBoolean myDetonateOnMiss
Parameter Name: detonate-on-miss Parameter Description: True if this warhead will detonate if it fail...
Definition: warheadDetonationActuatorDescriptor.h:128
DtRwBoolean myGroundImpactDetonate
Parameter Name: detonate-on-ground-impact Parameter Description: True if warhead will detonate upon c...
Definition: warheadDetonationActuatorDescriptor.h:110
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtWarheadDetonationActuatorDescriptor; descriptor for the DtWarheadDetonationActuator component...
Definition: warheadDetonationActuatorDescriptor.h:25
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:116
DtRwBoolean myRemoveOnDetonation
Parameter Name: remove-on-detonation Parameter Description: True if you want to have the entity remov...
Definition: warheadDetonationActuatorDescriptor.h:140
DtRwReal myMissDetonationDistance
Parameter Name: miss-detonation-distance Parameter Description: If detonate-on-miss is true...
Definition: warheadDetonationActuatorDescriptor.h:135