VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
spawnObjectWarheadActuatorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
14 
18 {
19 public:
22  DtReaderWriterRegistry * parentRegistry = 0);
23 
27  orig, DtReaderWriterRegistry * parentRegistry = 0);
28 
32 
35 
38  virtual DtString type() const;
39 
40  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
41  = 0) const;
42 
43 
44  virtual DtObjectType objectTypeToSpawn() const;
45  virtual void setObjectTypeToSpawn(const DtObjectType& objectType);
46 
47  virtual bool detonateWhenSpawning() const;
48  virtual void setDetonateWhenSpawning(bool v);
49 
51  static DtComponentDescriptor * creator();
52 
53 private:
56 
57 protected:
58 
62 
67 
74 };
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

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)