49 virtual void setWeaponName(
const DtString&);
54 virtual double range()
const;
55 virtual void setRange(
double);
60 virtual double radius()
const;
61 virtual void setRadius(
double);
66 virtual double maxSheafRadius()
const;
67 virtual void setMaxSheafRadius(
double);
72 virtual double hitFactor()
const;
73 virtual void setHitFactor(
double);
78 virtual int strengthPerBomb()
const;
79 virtual void setStrengthPerBomb(
int);
84 virtual double secondsPerBomb()
const;
85 virtual void setSecondsPerBomb(
double);
90 virtual int bombsPerAttack()
const;
91 virtual void setBombsPerAttack(
int);
97 virtual void setDamageType(
const DtString&);
102 virtual std::set<DtString> availablePostures()
const;
103 virtual void setAvailablePostures(
const std::set<DtString>&);
108 virtual DtString availablePosturesString()
const;
109 virtual void setAvailablePosturesString(
const DtString&);
114 virtual const DtReal jammingDefenseFactor()
const;
115 virtual void setJammingDefenseFactor(
const DtReal factor);
120 virtual const bool canBeRadarJammed()
const;
121 virtual void setCanBeRadarJammed(
const bool jammable);
126 virtual DtString guidanceSystem()
const;
127 virtual void setGuidanceSystem(
const DtString&);
DtRwReal myRadius
Parameter Name: radius Parameter Description: The radius (in meters) of the blast caused by the bomb...
Definition: aggregateReleaseBombControllerDescriptor.h:156
DtRwString myWeaponName
Parameter Name: weapon-name Parameter Description: The name of the type of bomb. Parameter Default Va...
Definition: aggregateReleaseBombControllerDescriptor.h:146
DtRwReal myMaxSheafRadius
Parameter Name: max-sheaf-radius Parameter Description: The maximum radius (in meters) of the pattern...
Definition: aggregateReleaseBombControllerDescriptor.h:164
DtRwInt myBombsPerAttack
Parameter Name: bombs-per-attack Parameter Description: The number of bombs that are released at once...
Definition: aggregateReleaseBombControllerDescriptor.h:184
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
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
DtRwInt myStrengthPerBomb
Parameter Name: strength-per-bomb Parameter Description: The amount of damage a single bomb can cause...
Definition: aggregateReleaseBombControllerDescriptor.h:174
DtRwReal myHitFactor
Parameter Name: hit-factor Parameter Description: The effectiveness of the guidance capabilities of t...
Definition: aggregateReleaseBombControllerDescriptor.h:169
DtScriptEnableControllerDescriptor is a DtComponentDescriptor that provides parameters to the DtScrip...
Definition: scriptEnableControllerDescriptor.h:20
static DtComponentDescriptor * creator()
Description: Readable, Writable int.
Definition: rwInt.h:25
DtRwReal myRange
Parameter Name: range Parameter Description: The range (in meters) from the target the unit must be t...
Definition: aggregateReleaseBombControllerDescriptor.h:151
DtRwReal mySecondsPerAttack
Parameter Name: seconds-per-bomb Parameter Description: The length of time it takes to drop a single ...
Definition: aggregateReleaseBombControllerDescriptor.h:179
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtRwString myGuidanceSystem
Parameter Name: guidance-system Parameter Description: The type of guidance system used by this munit...
Definition: aggregateReleaseBombControllerDescriptor.h:214
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtRwString myDamageType
Parameter Name: damage-type Parameter Description: The type of damage the bomb deals. Parameter Default Value: "High-Explosive" .
Definition: aggregateReleaseBombControllerDescriptor.h:189
std::set< DtString > myAvailablePosturesSet
The set is updated when myAvailablePostures is first accessed.
Definition: aggregateReleaseBombControllerDescriptor.h:197
DtScriptEnableControllerDescriptor & operator=(const DtScriptEnableControllerDescriptor &orig)
assignment
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtRwString myAvailablePostures
Parameter Name: available-postures Parameter Description: The list of postures in which this task is ...
Definition: aggregateReleaseBombControllerDescriptor.h:194
DtRwBoolean myCanBeRadarJammed
Parameter Name: can-be-radar-jammed Parameter Description: True if this system uses radar and is ther...
Definition: aggregateReleaseBombControllerDescriptor.h:203
DtRwReal myJammingDefenseFactor
Parameter Name: jamming-defense-factor Parameter Description: A defensive strength against jamming...
Definition: aggregateReleaseBombControllerDescriptor.h:209
DtAggregateReleaseBombControllerDescriptor is a DtComponentDescriptor that has additional information...
Definition: aggregateReleaseBombControllerDescriptor.h:23