45 virtual void setObjectTypeToSpawn(
const DtObjectType& objectType);
47 virtual bool detonateWhenSpawning()
const;
48 virtual void setDetonateWhenSpawning(
bool v);
Parameters for the DtWarheadDetonationActuator. Determines under what circumstances the warhead will ...
Definition: spawnObjectWarheadActuatorDescriptor.h:17
class DtRwObjectType:
Definition: rwObjectType.h:18
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
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
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
static DtComponentDescriptor * creator()
Definition: objectType.h:27
DtRwBoolean myDetonateWhenSpawning
Parameter Name: detonate-when-spawning Parameter Description: Indicates whether or not a detonation s...
Definition: spawnObjectWarheadActuatorDescriptor.h:72
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtRwObjectType myObjectTypeToSpawn
Parameter Name: object-type-to-spawn Parameter Description: Type of object to spawn in place of deton...
Definition: spawnObjectWarheadActuatorDescriptor.h:66
DtWarheadDetonationActuatorDescriptor; descriptor for the DtWarheadDetonationActuator component...
Definition: warheadDetonationActuatorDescriptor.h:25
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtWarheadDetonationActuatorDescriptor & operator=(const DtWarheadDetonationActuatorDescriptor &orig)
assignment