20 #ifdef DtObjectDebugger_Enable
40 virtual bool isValid()
const;
46 virtual std::string getMunitionType()
const;
49 virtual int getDetonationResult()
const;
52 virtual int getWarheadType()
const;
55 virtual int getFuse()
const;
58 virtual int getQuantity()
const;
61 virtual int getRate()
const;
DtVector myDetonationLocation
The geocentric location.
Definition: scriptDetonation.h:82
Definition: asciiSerializable.h:38
virtual bool deserialize(const DtString &)=0
This function should take the string that was serialized via serialize() and fill this object with th...
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
int myDetonationResult
The geocentric location.
Definition: scriptDetonation.h:84
#define DT_DEFINE_OBJECT_DEBUGGER_NAME(type)
Definition: objectCounter.h:31
Default on in debug, off in release.
Definition: objectCounter.h:27
DT_DLL_features std::ostream & operator<<(std::ostream &, const DtFeatureTransform &)
std::ostream output.
virtual DtString serialize()=0
The following characters are reserved and cannot be used in serialization: '|', ':'.
int myFuseType
The geocentric location.
Definition: scriptDetonation.h:86
This class is a wrapper for a DtScriptDetonation for use by scripts. It derives from DtAsciiSerializa...
Definition: scriptDetonation.h:18
int myRate
The geocentric location.
Definition: scriptDetonation.h:88
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
int myQuantity
The geocentric location.
Definition: scriptDetonation.h:87
The DtDetonationContext contains all the information necessary for processing a Detonation Interactio...
Definition: detonationContext.h:23
virtual DtString objectType() const =0
Should return the string name of this object. The object name should not be part of the serialization...
int myWarheadType
The geocentric location.
Definition: scriptDetonation.h:85
DtEntityType myMunitionType
The geocentric location.
Definition: scriptDetonation.h:83
A location3D is a point in space, i.e. a geocentric coordinate.
Definition: scriptGeometry.h:22