59 virtual int maxTargets()
const;
60 virtual void setMaxTargets(
int num);
71 virtual bool fireWithSpotReportOnly()
const;
72 virtual void setFireWithSpotReportOnly(
bool value);
75 virtual bool allowAutonomousFire()
const;
76 virtual void setAllowAutonomousFire(
bool v);
bool operator==(const DtReaderWriter &) const
Equivalence operator.
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
A reader-writer type which contains a single dynamically typed subclass of DtRwSpatialFilter. The container itself is also a subclass of DtRwSpatialFilter, so it can hold instances of itself.
Definition: rwSpatialFilterContainer.h:22
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
DtRwBoolean myAllowAutonomousFire
Parameter Name: allow-autonomous-fire Parameter Description: If true, this weapon is allowed to be se...
Definition: targetSelectionCriteria.h:142
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Definition: readerWriter.h:85
DtRwInt myMaxTargets
Parameter Name: max-targets Parameter Description: Maximum number of targets to output to this weapon...
Definition: targetSelectionCriteria.h:100
DtTargetPriorityList is a readable/writable list of DtTargetPriorityEntrys. It's sorted by the entity...
Definition: targetPriorityList.h:23
Definition: readerWriterRegistry.h:39
DtTargetPriorityList myTargetPriorityList
Parameter Name: target-priorities Parameter Description: List of object types provides acceptable typ...
Definition: targetSelectionCriteria.h:94
Defines a criteria for choosing targets for a single weapon system. This class stores all the informa...
Definition: targetSelectionCriteria.h:27
Description: Readable, Writable int.
Definition: rwInt.h:25
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
DtRwBoolean myFireWithSpotReportOnly
Parameter Name: fire-with-spot-report-only Parameter Description: If true, the entity will use this w...
Definition: targetSelectionCriteria.h:136
Definition: targetingControlTable.h:20
DtRwSpatialFilterContainer myTargetRegion
Parameter Name: target-region Parameter Description: Region (in relation to the host entity) in which...
Definition: targetSelectionCriteria.h:128