15 #ifndef DtIndividualLifeformAcquireDescriptor_H_
16 #define DtIndividualLifeformAcquireDescriptor_H_
53 virtual const DtString& weaponProcessStateRepositoryName()
const;
54 virtual void setWeaponProcessStateRepositoryName(
const DtString& name);
59 virtual bool checkLOS()
const;
60 virtual void setCheckLOS(
bool checkLOSFlag);
65 virtual bool trackBySignature()
const;
66 virtual void setTrackBySignature(
bool trackBySig);
77 virtual double minTrackSignature()
const;
78 virtual void setMinTrackSignature(
double minSig);
83 virtual double timeRequiredToAim()
const;
84 virtual void setTimeRequiredToAim(
double t);
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:49
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. Used to create the descriptor on read from a...
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()