25 parentRegistry = NULL);
28 parentRegistry = NULL);
56 virtual DtDetonationResult detonationResult()
const;
57 virtual void setDetonationResult(DtDetonationResult i);
62 virtual double delay()
const;
63 virtual void setDelay(
double s);
69 virtual void setPosition(
const DtVector& pos);
76 return !(*
this == rhs);
bool operator==(const DtReaderWriter &) const
Equivalence operator.
DtRwInt myDetonationResult
Parameter Name: detonation-result Parameter Description: The detonation result enumeration that will ...
Definition: rwExplosionEntry.h:105
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...
Definition: symbolString.h:20
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
Definition: rwVector.h:23
virtual const char * xmlType() const
Definition: rwExplosionEntry.h:87
Description: Readable, Writable int.
Definition: rwInt.h:25
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
File: rwEntType.h.
Definition: rwEntityType.h:23
Definition: rwExplosionEntry.h:17
DtRwTemplatedListPtr< DtRwExplosionEntry, true > DtRwExplosionList
Definition: rwExplosionEntry.h:123
DtRwReal myDelay
Parameter Name: delay Parameter Description: The time from the destruction of the entity to the time ...
Definition: rwExplosionEntry.h:111
DtRwEntityType myMunition
Parameter Name: munition Parameter Description: The type of munition that impacted that detonated...
Definition: rwExplosionEntry.h:100
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
static const char * theXmlType()
The type that is used when archiving to an XML stream.
DtRwVector myPosition
Parameter Name: position Parameter Description: Position of the explosion, expressed in percent of th...
Definition: rwExplosionEntry.h:117
bool operator!=(const DtRwExplosionEntry &rhs) const
Definition: rwExplosionEntry.h:74