VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
weaponActuatorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #ifndef DtWeaponActuatorDescriptor_H_
13 #define DtWeaponActuatorDescriptor_H_
14 
16 #include "vrfutil/rwReal.h"
17 #include "vrfutil/rwVector.h"
18 
24 {
25 public:
28  parentRegistry = 0);
29 
32  DtReaderWriterRegistry * parentRegistry = 0);
33 
36 
38  virtual ~DtWeaponActuatorDescriptor();
39 
42  virtual DtString type() const;
43 
44  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
45  = 0) const;
46 
47 
50  virtual DtReal projectileStartSpeed() const;
51  virtual void setProjectileStartSpeed(DtReal startSpeed);
53 
56  virtual const DtVector& muzzleOffset() const;
57  virtual void setMuzzleOffset(const DtVector& muzzleOffset);
59 
61  static DtComponentDescriptor * creator();
62 
63 protected:
66 
67 protected:
71 
81 
96 
98 };
99 
100 #endif

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)