58 virtual const DtString& rangeName()
const;
59 virtual void setRangeName(
const DtString& rangeName);
64 virtual double combatRange()
const;
65 virtual void setCombatRange(
double combatRange);
70 virtual bool useSubordinates()
const;
71 virtual void setUseSubordinates(
bool);
DtRwString myRangeName
Parameter Name: range-name Parameter Description: The name of the range rind if not using subordinate...
Definition: combatRangeControllerDescriptor.h:89
Definition: symbolString.h:20
#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:42
DtRwBoolean myUseSubordinates
Parameter Name: use-subordinates Parameter Description: If an aggregate owns the combatRangeControlle...
Definition: combatRangeControllerDescriptor.h:102
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
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.
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
DtCombatRangeControllerDescriptor, descriptor for the DtCombatRangeController component.
Definition: combatRangeControllerDescriptor.h:27
DtRwReal myCombatRange
Parameter Name: combat-range Parameter Description: The size of the range ring is not using subordina...
Definition: combatRangeControllerDescriptor.h:95