VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
nbcWeaponControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
12 #include <readerWriter/rwInt.h>
13 #include <readerWriter/rwReal.h>
14 
18 
20 {
21 public:
24  DtReaderWriterRegistry * parentRegistry = 0);
25 
28  orig, DtReaderWriterRegistry * parentRegistry = 0);
29 
33 
36 
38  virtual DtString type() const;
39 
40  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
41  = 0) const;
42 
45  virtual DtString nbcType() const;
46  virtual void setNbcType(const DtString&);
48 
51  virtual double range() const;
52  virtual void setRange(double);
54 
57  virtual double contaminationRadius() const;
58  virtual void setContaminationRadius(double);
60 
63  virtual int ammunitionPerAttack() const;
64  virtual void setAmmunitionPerAttack(int);
65 
67  static DtComponentDescriptor * creator();
68 
69 protected:
72 
73 protected:
74 
78 
84 
89 
94 
99 
101 };
102 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)