59 virtual const DtString& rangeName()
const;
60 virtual void setRangeName(
const DtString& rangeName);
65 virtual int rangeId()
const;
66 virtual void setRangeId(
int rangeId);
67 virtual bool rangeIdIsSpecified()
const;
72 virtual double combatRange()
const;
73 virtual void setCombatRange(
double combatRange);
78 virtual bool useSubordinates()
const;
79 virtual void setUseSubordinates(
bool);
DtRwString myRangeName
Parameter Name: range-name Parameter Description: Deprecated. The name of the range rind if not using...
Definition: combatRangeControllerDescriptor.h:97
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
DtRwInt myRangeId
Parameter Name: range-id Parameter Description: The identifying value for this range ring...
Definition: combatRangeControllerDescriptor.h:103
#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
DtRwBoolean myUseSubordinates
Parameter Name: use-subordinates Parameter Description: If an aggregate owns the combatRangeControlle...
Definition: combatRangeControllerDescriptor.h:116
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
Description: Readable, Writable int.
Definition: rwInt.h:25
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
DtCombatRangeControllerDescriptor, descriptor for the DtCombatRangeController component.
Definition: combatRangeControllerDescriptor.h:28
DtRwReal myCombatRange
Parameter Name: combat-range Parameter Description: The size of the range ring is not using subordina...
Definition: combatRangeControllerDescriptor.h:109