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